Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ExecProgram

Status
Not open for further replies.

baggio7

Programmer
Jun 23, 2004
14
CA
hey, does anyone know how to use: ExecProgram
in c++. what #include do i have to declare and
whats the syntax?

thanks
 
ExecProgram() is not a Win API function: it lives only in a sample code from MSDN articles about AVI palaying. It uses CreateProcess(), of couse (search ExecProgram in MSDN).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top