This is my first post, and I will take every caution to follow the Forum rules.
Problem Statement : I have a form with a Web browser control. I am trying to load a web-page and search for some user information once the page is loaded. The problem however is that this particular web-page has a web-dialog box, which shows up when the website is loaded for the first time.
I can't seem to find any method to suppress it.
I have tried the Web browser's setting named ScriptErrorSuppressed, and even tried Sendkeys however nothing seems to work.
The code so far is as follows :
WebBrowser.Navigate("http://xxx.net/getuserinfo/id?XXXX")
Please help...
Thanks
kasbaba


Reply





MultiQuote






|