how to write a C++ plugin

  • Thread starter Thread starter Cameron Fitzhugh
  • Start date Start date
C

Cameron Fitzhugh

I've been poking all around in MSDN (plus some Google searches) trying to
find information about how to write plugins for IE, but no luck Where can I
find something that describes how to write plugins? Things like what
parameters are passed when IE calls a plugin, what parts of the platform SDK
are usable, how to install a plugin so IE knows it's there. Google searches
turned up some references to Netscape-style plugins; I'm interested in
standard IE plugins at present.

Where can I find something that describes how to write IE plugins in C++?

Thanks,
Cameron
 
Back
Top