
GURU needed: VB6 webbrowser: Detect Navigation to local File system -- suppress new window
using Win32, VB6 app, webbrowser control
when the webbrowser control displays file system info, and one of those
objects is an HTML file, if I double-click the HTML file icon a new explorer
instance starts.
How can I detect this situation, suppress the new explorer instance and have
the navigation occur in the original webbrowser control ?
I am completely stuck.
TIA