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
精彩评论