Good Morning (Night) all,
I want to set the mouse to 'HourGlass' until ShellExcecute has
loaded the appropriate app and file, then I want to set the mouse back to 'Default' (I know the sytax etc for the mouse).
So, what I'm after is the Return, from that API call, to determine the app has loaded. - I guess something similar to SendKeys [wait]
VB Code:
ShellExecute Me.hwnd, vbNullString, sPathName, vbNullString, "C:\", SW_SHOWNORMAL
Regards,
Bruce.
