When I run a shell command from my web project (say with a button click from a web page) like...
The window never comes up, even though I can see that the process is running on Task Manager. AppActivate doesnt seem to help either. Is this a Windows function only?
Code:
Shell("c:\myapp.exe", AppWinStyle.NormalFocus, False)
The window never comes up, even though I can see that the process is running on Task Manager. AppActivate doesnt seem to help either. Is this a Windows function only?