Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SpicIE   (RSS)
Es gibt eine ganze Reihe von Add-on Anwendungen, die den Internet Explorer erweitern. Von Microsoft Support Team wurde nun ein Dokument mit Hinweisen und Richtlinien erstellt, die man beim funktionalen und technischen Entwurf von Internet Explorer Erweiterungen Read More...
There is a new sample with the name HtmlEvents on the http://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 Read More...
After you have written a useful plug-in it comes the time when you have to deploy the plug-in on other computers But there may be some pitfalls during the deployment. First there is an “Install.bat” in your project which can be used for the plug-in registration. Read More...
The SpicIE framework uses the .NET System.Diagnostics.TraceSource class to output a lot of information during the runtime. During the development and debug process these messages could be really helpful to understand how the plugin works. But there are Read More...
On the discussion part of the SpicIE home page ( http://code.msdn.microsoft.com/SpicIE/Thread/List.aspx ) I found an interesting question “Constructor is not called…”. The reason for this scenario is following. If you build IE extensions with SpicIE you Read More...
There is a new project at http://code.msdn.microsoft.com/SpicIEContrib . This project hosts HowTo Samples, Code, Guidance, … related to the SpicIE Framework If you actually start using SpicIE you should have a look at the Samples. Regards … GunnarD Read More...
When you develop a SpicIE plug-in using Internet Explorer toolbars the next tip could be helpful. Sometimes it seems that a programmed toolbar is not visible or the toolbar does not appear at the Internet Explorer UI. The reason for that may be that another Read More...
Sometimes I get a debug start message “A project with an Output Type of Class Library cannot be started directly.”  while developing SpicIE based Internet Explorer plug-ins. It seems that the Visual Studio development environment sometimes forgets Read More...
Plug-in development is not easy because always your code runs inside Internet Explorer. Sometimes the code behaves different in Visual Studio debugger and in undebugged Internet Explorer environment. I try to list some of my best practices of SpicIE plug-in Read More...
There is a new plug-in framework out there which you can use to easily create browser extensions for Internet Explorer 7/8. To use the SpicIE framework you have to download it from the http://code.msdn.microsoft.com/SpicIE location. The current version Read More...
Actually I have found a new interesting project published on code.msdn.microsoft.com. The project is called SpicIE = Simple Plug-In Creator for Internet Explorer. I have downloaded the project from http://code.msdn.microsoft.com/SpicIE and installed it Read More...
 
Page view tracker