WebBrowser control not responding
Tech-Archive recommends: Speed Up your PC by fixing your registry
I have a VB6 program that is using the WebBrowser control to log into
a secured website (HTTPS), then perform a query and return the
results. The code came directly from a Proof of Concept program that
was stripped down so it contained just the code to use the WebBrowser1
control.
When the main program performs the WebBrowser1.Navigate2 call, nothing
happens - I never get anything back from the remote site. As I said
earlier, the exact same code in my POC works flawlessly.
I've tried removing the control from the program, saving the project
and closing the IDE. This trick has worked in the past, but not this
time.
Does anyone have any ideas?
Brian
.
Relevant Pages
- Re: WebBrowser Control: Stopping dialogs from showing up
... Popups are harder to suppress than a simple property of the web browser ... Popup Blocking Code for the web browser control: ... As far as the Silent property - I don't have alot of experience with the ... > Cant the 'Window' object of html be accessed through WebBrowser control? ... (microsoft.public.vb.general.discussion) - Re: Problem with webbrowser control
... ActiveX controls (they wouldn't work on Windows CE even if it did). ... something that an instance of the browser control does outside of IESample ... cookies just fine from the sites I'm visiting. ... I seem to have a strange problem with the webbrowser control: ... (microsoft.public.dotnet.framework.compactframework) - XP SP2 and DWebBrowserEvents
... Our company is using a webbrowser control in a custom C# .NET ... the container control for the webbrowser ... the interface for DWebBrowserEvents the control works as it should ... clue I have is that when the webbrowser's Navigate or Navigate2 ... (microsoft.public.inetsdk.programming.webbrowser_ctl) - SP2 and sinking webbrowser events
... Our company is using a webbrowser control in a custom C# .NET ... the container control for the webbrowser ... the interface for DWebBrowserEvents the control works as it should ... clue I have is that when the webbrowser's Navigate or Navigate2 ... (microsoft.public.dotnet.framework.windowsforms) - Re: Webbrowser control looses sessionid on "newwindow"
... I do not have control over the web page. ... are errors then they are output to the window). ... instance of the webbrowser control), ... I haven't gone to the trouble of creating a beresque browser to test your ... (microsoft.public.windows.inetexplorer.ie6.browser) |
|