Posts Tagged ‘IE add-ons’
Sergey Grischenko | April 9th, 2010
Add-in Express provides two basic strategies for deploying its projects: publishing an application via the ClickOnce technology, or deploying it with a traditional setup using the Windows Installer. In case of ClickOnce deployment, your application is published to some centralized location, e.g. a network share, and the user installs it from that location...
Read the rest of this entry →
.NET, COM add-ins, Deployment, IE add-ons, Office, Visual Studio |
8 Comments
Dmitry Kostochko | June 26th, 2009
In general, you can have IE add-ons interact with standalone applications by using Windows messages and the Shared (static in C#) GetModulesByTypeName method of the AddinExpress.IE.ADXIEModule class. There is just one limitation: both processes (IE with your add-on and standalone application) must be running in the same Integrity Level...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | June 19th, 2009
Nearly every software has some settings. An Internet Explorer plug-in is not an exception. The IE plug-in settings can be stored either in a file or in a registry branch, all is simple and transparent about this. But how to ensure the settings synchronization for all active instances of the IE plug-in in all running Internet Explorer processes?...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
32 Comments
Dmitry Kostochko | June 12th, 2009
The Protected Mode feature was introduced in Internet Explorer 7 and continues to exist in Internet Explorer 8. Nearly at the same time when the Protected Mode feature appeared Microsoft introduced Protected Mode API for developers to use this feature. All API functions are implemented in the Add-in Express for Internet Explorer and .net product and today we are going to look into their capabilities...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
No Comments
Eugene Starostin | April 3rd, 2009
If your professional or premium subscription has not expired yet, or if you purchased Add-in Express after December 15, 2008, the upgrade is free for you. Otherwise, you can upgrade for 50% off the regular price...
Read the rest of this entry →
.NET, COM add-ins, Delphi, IE add-ons, Office, Outlook, VSTO |
4 Comments
Eugene Starostin | April 3rd, 2009
Yesterday, on the 2nd of April, we uploaded beta 2 of Add-in Express 2009. Please, do not confuse it with Add-in Express 2010, announced in the April, 1 newsletter. Today, let it be a serious talk :)...
Read the rest of this entry →
.NET, COM add-ins, Delphi, IE add-ons, Office, Outlook, VSTO |
No Comments
Eugene Starostin | March 2nd, 2009
As compared to the previous generation, Add-in Express 2009 doesn’t contain revolutionary changes or enhancements. We have not rewritten the core code completely, the major part of the time was spent on the most in-demand features, such as Outlook view and form regions and Excel, Word and PowerPoint task panes...
Read the rest of this entry →
.NET, Delphi, Excel, IE add-ons, Office, Outlook, PowerPoint, Ribbon, task panes, VSTO, Word |
No Comments