Desktop Functions: Smart Device Functions:
|
WinExec (kernel32)
C# Signature:
[DllImport("kernel32.dll")] VB.NET Signature:
<DllImport("kernel32.dll")> _ User-Defined Types:None. Notes:None. Tips & Tricks:VB.NET does not have many boolean operators defined to allow you to use or convert to the System.UInt32 type. See the topic entitled "Decimal to UInt32 Conversion" in the .NET Framework Class Library on MSDN. Sample Code:For VB.NET:
Dim SW_HIDE As System.UInt32 = Decimal.ToUInt32(0) For C#.NET:
WinExec("control timedate.cpl", SW_NORMAL); // will show the time and date settings window 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). |
|