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.....