开发者

Button Click in Form1 send link to Form2

开发者 https://www.devze.com 2023-03-31 03:21 出处:网络
i have a Form1 and Form2. in form1 at button click send to webBrowser1 in Form2: Form2.webBrowser1.Navigate(\"http://google.com/\");

i have a Form1 and Form2. in form1 at button click send to webBrowser1 in Form2:

Form2.webBrowser1.Navigate("http://google.com/");
Form2.Show();

but dosen't work.开发者_高级运维.help me please


i tried the same example here. Its working. Are you sure webBrowser component in Form2 has public access modifier? The Browser component loads/uses IE as the browser. So IE is obviously shit and loads very slow. So wait up

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号