Create a browser help object in VB.net

AndyAlexander

Member
Joined
Jan 17, 2003
Messages
6
Im trying to create a browser help object in vb.net, and have looked at several examples from VB 6 but cant get them to work. Does anybody have a (very) simple example that works?

Huge thanks in advance
 
What do you mean a "browser help object"? Im not familiar with the term. If you want to show HTML help from your app you can do so with the Help class and the HelpProvider class for context-sensitive.
 
BHO

A browser help object (in my limited understanding) is a way of extending Internet Explorer. It gets fired up everytime an instance of IE is creates and implements the interface IObjectWithSite.

Im looking to detect a new browser window being opened, and then prompt the user for an input if they navigate to a specific site.
 
Ah, in that case I misunderstood. I dont know how to do what you ask.
 
Back
Top