M
Mark Bath
OK, I've read through various other threads that give hints at how to do
this (which I really don't understand), but nothing definite.
So here's my problem:
I have a C# application running on PocketPC 2003. This application acts as
a main menu system.
It kick's off other applications on button press events such as using
OpenNETCF.Diagnostics.Process.Start()
Now the problem that I now have is that when the device wakesup after a long
down time, the applications are minimised. What I would like to do is on
wakeup have the "mainMenu" application maximise and come to the front. If
any other applications are running then they should be placed in front of
the main menu.
Easy, huh?
Well. I was hoping that you guys and gals could help me piece together the
code I need to do this (as I'm a newbie to this development environment).
Failing that is their a better way of implementing this menu system?
Thanks in advance.
-M.
this (which I really don't understand), but nothing definite.
So here's my problem:
I have a C# application running on PocketPC 2003. This application acts as
a main menu system.
It kick's off other applications on button press events such as using
OpenNETCF.Diagnostics.Process.Start()
Now the problem that I now have is that when the device wakesup after a long
down time, the applications are minimised. What I would like to do is on
wakeup have the "mainMenu" application maximise and come to the front. If
any other applications are running then they should be placed in front of
the main menu.
Easy, huh?
Well. I was hoping that you guys and gals could help me piece together the
code I need to do this (as I'm a newbie to this development environment).
Failing that is their a better way of implementing this menu system?
Thanks in advance.
-M.