开发者

Button Click in Form1 send link to Form2

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜