T
The8thSense
Hi,
i would like to invoke another applcation in my program.I 've tried
shellexecute ,but it doesnt work .
here is my code :
ShellExecute(0, "open", "C:\windows\system32\notepad.exe", vbNull, vbNull,
SW_SHOWMAXIMIZED)
what amendment should i make in order to make it work ?
thanks very much.
i would like to invoke another applcation in my program.I 've tried
shellexecute ,but it doesnt work .
here is my code :
ShellExecute(0, "open", "C:\windows\system32\notepad.exe", vbNull, vbNull,
SW_SHOWMAXIMIZED)
what amendment should i make in order to make it work ?
thanks very much.