Desktop Functions: Smart Device Functions:
|
ShellExecute (shell32)
C# Signature:
[DllImport("shell32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:Possible values for lpOperation edit explore find open NULL - Performs the default action (prior to Win2k) normally open Sample Code:
// Asks default mail client to send an email to the specified address. //Modified by Aljaz: Replaced the last zero in these calls with say otherwise it won't show anything // 0 stands for SW_HIDE contant, which means execute but don't show the window which is probably not // what we want. Alternative Managed API:Do you know one? Please contribute it! 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). |
|