by James Bott » Tue Dec 02, 2008 7:32 am
Hunter,
If I understand correctly, you want to call another program from the FW program, then return focus to the FW program. Since you already know the handle of the window doing the calling of the other program, then just try:
SetFocus( oWnd:hWnd )
Where oWnd is the window of the appliction that is calling the other program.
Regards,
James