Click to See Complete Forum and Search --> : Detecting an event in Ie that has occurred in an asp page


jules
12-04-2002, 11:14 AM
I have a vb app that loads my asp pages. I need to know when the asp has finished all it's tasks - so that the vb app can close everything down. The vb app needs to detect an event that has occurred on the asp page.

Does anyone know how I can do this ?

many thanks
Jules

sai
12-12-2002, 12:55 AM
Hi Jules,
This qn. suits best in a VB forum rather than here.
The soln...
Use a WebBrowser Control and use the navigate method to hit the ASP page.
Then use the navigatecomplete event to suit ur needs.

$ai.