Internet Explorer : ouvrir un document Excel depuis un lien hypertext.

27. June 2008
Voici comment ouvrir un document Excel sous forme de lien hypertexte à partir d'un script javascript puis vbscript. Il est important que le niveau de sécurité du navigateur autorise l'execution de composants ActiveX. Ces scripts peuvent être utiles dans un contexte ou seul Internet Explorer est utilisé. (contrainte d'execution ActiveX). JAVASCRIPT <script language="javascript" type="text/javascript"> <!-- ... [More]

COM, Javascript, Office, Win32 , , ,

.NET assembly called from unmanaged application without COM registration

26. January 2008
.NET Assembly are easy to deploy even with different versions on the same server. Since Windows XP SP2 or Windows Server 2003, COM components could be used without registration (called Registration-Free COM) If you are using a "COM visible" .NET assembly, it should be registered on the system through registry and only one version could be available for the same COM component…the solution is to use a manifest to create a dependency between the calling application and the asse... [More]

COM, Win32, Windows , ,