This is the most nearly complete article of the ShellExecute() function on PSC. I compiled this using various articles from MSDN. Code examples include opening ...
This is my first tutorial so dont get upset if its no good, just post a coment and ill fix it. ShellExecute(0,'open',PChar(prog),pchar(params),'',SW_SHOWNORMAL); 1 (ShellExecute) Thats a ShellAPI ...
This issue involves how ShellExecute handles strings that appear to be legitimate URLs, but are malformed such that they result in execution of arbitrary code. Various technologies use ShellExecute to ...
Hey guys, I am running up against a brick wall, and I desperately need your advice.<BR><BR>Background:<BR>I am the unfortunate maintainer of an POS app written in VB6 ...
You don't, ShellExecute doesn't have the functionality you want. You could use ShellExecuteEx asking for the process handle return and polling until that process terminates if you wanted.