open solitare
-
Is there a way that you can open solitare through a C++ command and if there is what is it? Thanks Matt:confused: Matt Millican http://www.internetmill.com
-
Is there a way that you can open solitare through a C++ command and if there is what is it? Thanks Matt:confused: Matt Millican http://www.internetmill.com
InternetMill wrote: Is there a way that you can open solitare through a C++ command and if there is what is it? Try the
ShellExecute
function. -Nick Parker -
Is there a way that you can open solitare through a C++ command and if there is what is it? Thanks Matt:confused: Matt Millican http://www.internetmill.com
Not with C++ (it knows nothing about launching applications). With the Windows SDK, you can use WinExec (not recommended), ShellExecute, or CreateProcess.