Hi, I have a doubt, as I do that when a process is active the window of my game is hide and when the process closes the game window will return?.
What I want is that when there is an active system process, such as "internet.exe" my application window is hidden, and when this process close my application reappear.
Thanks for help, and sorry for my english
Edited by Sergiocarp
__________________________________
www.mmfzone.com (para miembros que hablen espaņol)*(for spanish members)
This is built into mmf, you don't have to manipulate the processes or windows yourself.
Under the icon that shows two computers in the event editor is an action called "execute an external application" or something like that.
Then you are given the option to hide the main application while the external one is running. After the executed app closes your main app will reappear.