If you know the window titles of the two apps, you can P/Invoke FindWindow
to get the hwnd for the main window of the other app, and then P/Invoke
windows APIs such as SetForegroundWindow()
Peter

Signature
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
> Hi, All
> How to toggle between two .exe?
[quoted text clipped - 4 lines]
> Please, any ideas
> Thank you
elena - 28 Apr 2006 14:48 GMT
Thank you. Peter i will try that,
> If you know the window titles of the two apps, you can P/Invoke FindWindow
> to get the hwnd for the main window of the other app, and then P/Invoke
[quoted text clipped - 10 lines]
> > Please, any ideas
> > Thank you