Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WinExec" in [All]

Constants

.

        /* regular WinExec() codes */

.

        /* error values for ShellExecute() beyond the regular WinExec() codes */

.

        /* regular WinExec() codes */

.

        /* error values for ShellExecute() beyond the regular WinExec() codes */

kernel32

.
Summary
.

static extern uint WinExec(string lpCmdLine, uint uCmdShow);

.

Public Function WinExec(ByVal lpCmdLine As String, ByVal uCmdShow As System.UInt32) As System.UInt32

.

    WinExec(strFilename, SW_SHOW)

.

    WinExec("control timedate.cpl",u);  // will show the time and date settings window

.
Documentation
[WinExec] on MSDN

 
Access PInvoke.net directly from VS: