Hide/Show an application launched by a Process
Hi there !
Where I want to go today ;-) :
I want to create a ".exe" in order to launch an external application (my mail client). When I fire my ".exe", I want to hide the mail client and put a NotifyIcon in the tray icon bar. I execute the mail application by calling a Process object in my ".exe"
My problems :
- how can I hide the application launched by the Process ?
- how can I show (e.g after a click on the NotifyIcon object) the application again ?
Hope it is clear ...
Thank you in advance !!!
++
ico.