Need help from freelancer turning a Firefox add-on into an IE extension
-
hi: [posted elsewhere in forum, as I wasn't sure of best place] I want to turn a Firefox Add-On I'm having developed [almost done] into a similar IE Extension; can you help with that? If so, please e-mail me. pls let me know, Marshall
Take a look at XPCOM[^]. The UI is created using XML and javascript.
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++) -
Take a look at XPCOM[^]. The UI is created using XML and javascript.
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)He wants to create an IE extension doesn't he? XPCOM won't be much help there.
Steve
-
He wants to create an IE extension doesn't he? XPCOM won't be much help there.
Steve
Damn!!! Misread it again. I guess my answer should have been look at the IHTMLDocument2[^] interface.
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++) -
Damn!!! Misread it again. I guess my answer should have been look at the IHTMLDocument2[^] interface.
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)That's a good place to start. You'll have a good few interfaces under your belt before you're up to making a plug-in of any substance however.
Steve