I have a small vb6 app which has the web browser control added. Here's a link to the code ->
problem: If I select a hyperlink in the loaded htm document (the link opens in an external IE window) and exit the app, I get a runtime error. I noticed that I do not get the error if I first close the new window prior to exiting my app.
This seems to me to be something simple with the two browser instances (one in the app and the newly spawned one) being aimilarly referenced.
question: Can someone point me in the right direction on proper usage of the web browser control or provide some insight to help me correct the problem?
Thanks
Dan
VB6 noobie
problem: If I select a hyperlink in the loaded htm document (the link opens in an external IE window) and exit the app, I get a runtime error. I noticed that I do not get the error if I first close the new window prior to exiting my app.
This seems to me to be something simple with the two browser instances (one in the app and the newly spawned one) being aimilarly referenced.
question: Can someone point me in the right direction on proper usage of the web browser control or provide some insight to help me correct the problem?
Thanks
Dan
VB6 noobie