Share via


SpicIE: New guidance – How to catch and handle Html events in managed Plug-In code

There is a new sample with the name HtmlEvents on the https://code.msdn.microsoft.com/SpicIEContrib page.

This sample demonstrates how your managed Plug-In code can register on Html events for specific Html elements. When the registered event is fired then your managed C# will be called.

This mechanism could be helpful for the implementation of complex Plug-Ins.

The sample consists of the sample code (Visual Studion 2008 project) and a HowTo guide which explains in 8 pages the base idea of the Plug-In.

 

GunnarD