Hi All,
I am using ShellExecuteW() in VB6.0. Following is my call:
IR = ShellExecuteW(0, StrPtr("open"), StrPtr("C:\Rsync1\Redirect.exe"), StrPtr(sParameters), StrPtr(""), 0)
But I want to wait for the application till the Redirect.exe finshes its work.
Can anybody help me please?
Regards,
Kamal...