
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Hi Dave,
I'm not sure if I've fully understood your question: do you mean that you
need to bring the window from the spawned process to front?
I think you can enumerate the top level windows and determine if it's from
the spawned process (by checking process id, you can get a window's process
id by using GetWindowThreadProcessId); then use SetForegroundWindow to
bring a window to front.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
David Thielen - 12 Dec 2007 16:26 GMT
Perfect - thanks

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> Hi Dave,
>
[quoted text clipped - 16 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.