Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell32.Shell and its interface
Message
From
17/08/2010 11:27:31
 
 
To
17/08/2010 11:10:04
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01476815
Message ID:
01476817
Views:
34
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
Previous
Reply
Map
View

Click here to load this message in the networking platform