AndyAlexander Posted March 7, 2003 Posted March 7, 2003 I'm trying to create a browser help object in vb.net, and have looked at several examples from VB 6 but can't get them to work. Does anybody have a (very) simple example that works? Huge thanks in advance Quote
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 What do you mean a "browser help object"? I'm 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
AndyAlexander Posted March 7, 2003 Author Posted March 7, 2003 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. I'm looking to detect a new browser window being opened, and then prompt the user for an input if they navigate to a specific site. Quote
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 Ah, in that case I misunderstood. I don't know how to do what you ask. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts