Stupid question answered thousand times
-
I'm an experimented developper (I believe I am) but I'm a bit lost. I want to create a Internet Explorer PlugIn but when I open the new project dialog, I don't know what to choose. It's very embarrasing :confused: . FYI, I want to put some buttons and a listbox. How can I force the user to install it when he opens the page? Can I create a Dialog application with automation server? Does that work?
-
I'm an experimented developper (I believe I am) but I'm a bit lost. I want to create a Internet Explorer PlugIn but when I open the new project dialog, I don't know what to choose. It's very embarrasing :confused: . FYI, I want to put some buttons and a listbox. How can I force the user to install it when he opens the page? Can I create a Dialog application with automation server? Does that work?
There are some different approaches. Do you want to add the controls to the browser (BHO) or to the document (ActiveX)? An article on BHO:s can be found here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebgen/html/bho.asp If you want the controls in the document, try an ActiveX Document Server. /moliate