G
Guest
Hi,
Inside my application, I have a form that is composed with a listview and a webbrowser. The webbrowser display the focused url contained in the list view. The problem is that this works the first time, that's to say when I call the form just after launching the application, but if I hide the form (me.hide) and show it again (form.showdialog) the webbrowsercontrol stays blank. I tried to put only a direct url like webbrowser.navigate("http://www.google.com") but the result is the same, google page is displayed at first launch but not during the others. It seems anyway that the url is accessed as I can see some computer activity after each selection
Thanks
Inside my application, I have a form that is composed with a listview and a webbrowser. The webbrowser display the focused url contained in the list view. The problem is that this works the first time, that's to say when I call the form just after launching the application, but if I hide the form (me.hide) and show it again (form.showdialog) the webbrowsercontrol stays blank. I tried to put only a direct url like webbrowser.navigate("http://www.google.com") but the result is the same, google page is displayed at first launch but not during the others. It seems anyway that the url is accessed as I can see some computer activity after each selection
Thanks