Desktop Functions: Smart Device Functions:
|
ShellExecute (shell32)
C# Signature:
[DllImport("Shell32.dll", CharSet = CharSet.Auto, SetLastError = true)] VB Signature:
<DllImport("Shell32", CharSet:=CharSet.Auto, SetLastError:=True)> _ User-Defined Types:None. Alternative Managed API:Example to open a URL
IntPtr result = ShellExecute(IntPtr.Zero, "open", "http://www.google.com", null, null, 1); Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|