|
-
Sep 2nd, 2008, 07:25 AM
#1
Thread Starter
Lively Member
[RESOLVED] (VB6) ShellExecute - A Problematic thing !!
Hi All,,
Thing I am doing -
I need to open a outprocess exe, based on some parameters.
I did it by using ShellExecute function as bellow -
ret = ShellExecute(hwnd, "Open", App.Path & "\test.exe", strParameter, vbNullString, SW_SHOWNORMAL)
the strParameter I passed is the value to text file which is opened from within this Exe.
Now, as a second step I want to check if the exe is loaded or not.
and if its loaded then I want to restore the exe back to topmost.
can I get some help to workaround with this,,,,
Thanks in advance to all of u.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|