Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell32.Shell and its interface
Message
De
17/08/2010 11:27:31
 
 
À
17/08/2010 11:10:04
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01476815
Message ID:
01476817
Vues:
35
This approach allows the Shell to work on various plateform. It is known that Shell32.dll is not the same between Windows 7/Vista and XP/2003. By using this approach, we assure that our application will work as is no matter the plateform.
            Dim loShellAppType As Type = Type.GetTypeFromProgID("Shell.Application")
            Dim loShell As Object = Activator.CreateInstance(loShellAppType)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform