I have tried the ShellExecute API function in VB 2005 Express, but it don't seems to work. The error-message says PInvokeStackImbalance.
Have anyone else tried the ShellExecute function and succeded
Niklas
I have tried the ShellExecute API function in VB 2005 Express, but it don't seems to work. The error-message says PInvokeStackImbalance.
Have anyone else tried the ShellExecute function and succeded
Niklas
Shell Execute
Hackersoft
Hi,
Here is a good like with samples on ShellExecute.
http://pinvoke.net/default.aspx/shell32/ShellExecute.html
Have you checked the Process.Start() managed code option
Regards,
Vikram
Mauli Shah - MSFT
Hi Vikram!
Why use ShellExecute when you can use Process.Start() Works perfectly!
Thanks,
Niklas (from a totaly snowed-up Sweden)