Hello,
I am getting error while navigating to a website using,
as shown in the fig,Code:WebBrowser1.Navigate "http://www.website.com/serial.aspx"
I found that this can be solved by using,
But I dont want to use this since this will suppress all the errors messages from that page.Code:WebBrowser1.Silent = True
Is there any specific solutions for this error ?
Please help me.


Reply With Quote
