Maximise window on wakeup

  • Thread starter Thread starter Mark Bath
  • Start date Start date
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.
 
I've been trying to modify this example to do the things I need it to do.
So far there has been no luck whatsoever.
I think this comes down to a couple of things......

1. I'm using maximised windows that have no minimise or maximise buttons.
This seems to have an affect on how the code works.

2. I'm using OpenNetCf, which seems to fail to load when the additional
COREDLL import statements are used.

So I'm basically still in the same boat. I'm attempting to pull it apart
and re-build it from scratch, but any additional help would be good.

-M.
 
Back
Top