C#记事本,搜索框代码。

2025-06-22 09:08:15
推荐回答(1个)
回答1:

添加一个panel和一个webBrowser1控件,点搜索后
panel.Show
Uri url = new Uri(textBox1.Text);
webBrowser1.Url = url;