Enter Keywords:
1 - 10 of 20(0 seconds)
Sort By:
 
How do i catch the _documentComplete event for a webbrowser that is in a webbrowser control array?
Zones: VB ControlsDate Answered: 07/13/2003 Rating: 8.2 Views: 0
Hi everyone, I tried to write a piece of code to get certain html pages of the web. The url is in the form: http://website/page.asp?id=1 (id range = 1 to 10000). Private Sub cmdGo_Click(By...
Zones: .NETDate Answered: 01/05/2004 Rating: 8.8 Views: 0
We have an ATL application which hosts an IE browser. We create the browser instance and subscribe to it as follows: STDMETHODIMP CIEdispatcher::createIE(void) { // TODO: Add your implementat...
Zones: Windows MFCDate Answered: 06/11/2006 Rating: 8.4 Views: 0
Hey all, i have script that opens the browser,navigates to a webpage & insures that the webpage has fully loaded by using Do while mIE.readystate < 4    DoEvents Loop before running anythi...
Zones: Visual BasicDate Answered: 09/07/2001 Rating: 9.0 Views: 0
The DocumentComplete event gives me two parameters: pDisp and URL. The pDisp parameter is typed 'Object' and the documentation reports it is the WebBrowser or frame object which has triggered t...
Zones: Visual BasicDate Answered: 08/28/2003 Rating: 8.0 Views: 4
Hello, I have developed a user control that contains the Web Browser control. I have put some code in the WebBrowser_DocumentComplete() event. When I use this control in VB, and I call the Na...
Zones: VB ControlsDate Answered: 09/07/2004 Rating: 8.0 Views: 4
Firstly, this is worth more then 20 points, but that's all they gave me to ask this question sorry folks. Ok. Here goes for those who actually do care about Visual Basic programming: i have t...
Zones: Visual BasicDate Answered: 04/17/2005 Rating: 8.2 Views: 0
Strange problem.  I'm using the axWebBrowser control in one of my apps and it works great on my Development Machine (Windows Server 2003).  The strange thing is that when I move the app onto other ...
Zones: C#Date Answered: 11/21/2005 Rating: 8.8 Views: 0
Hi, I've got a webbrowser control as a property of a class, i then start the class' start method ina new thread. Everything works fine, except that once the thread gets to the end of the start m...
Zones: C#Date Answered: 05/05/2006 Rating: 9.4 Views: 0
From what I understand, DocumentComplete fires when a page is done loading. However, if there is a frame on the page, it will ALSO fire when that frame is done loading. So if the main page hasn't f...
Zones: Visual BasicDate Answered: 06/04/2006 Rating: 7.8 Views: 4