09-19-2006, 08:28 PM
Did not hear about it before. Can I freely download the software to test/debug?
QM run command internally uses Windows API function ShellExecuteEx. Other functions that can be used to run a program are ShellExecute, CreateProcess, WinExec. Example with WinExec (it is simplest):
QM run command internally uses Windows API function ShellExecuteEx. Other functions that can be used to run a program are ShellExecute, CreateProcess, WinExec. Example with WinExec (it is simplest):