Switching windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an AP using .NET CF on my PPC. However, when my AP i
running (i have several forms in my AP and it changes from form to form)
PPC often switch window back to the TODAY page(just like the desktop page)
I'm not sure if you get what I meant. For example, let's say, while runnin
my AP, I need to switch my window from Form1 to Form3, however, PPC ofte
switch the window back to the TODAY page and minimize my AP in th
background. AND I need to manually press the iTask button(one of the smar
button on PPC) to switch window back to my Form3. This happens ver
frequently and gets on my nerve sometimes. So can anyone help me out??

Thanks in Advance
 
jasmine said:
I have created an AP using .NET CF on my PPC. However, when my AP is
running (i have several forms in my AP and it changes from form to form),
PPC often switch window back to the TODAY page(just like the desktop page).
I'm not sure if you get what I meant. For example, let's say, while running
my AP, I need to switch my window from Form1 to Form3, however, PPC often
switch the window back to the TODAY page and minimize my AP in the
background. AND I need to manually press the iTask button(one of the smart
button on PPC) to switch window back to my Form3. This happens very
frequently and gets on my nerve sometimes. So can anyone help me out???

Thanks in Advance!

Maybe you can use the BringToFront() method whenever you switch to
another form.

Christian
 
Sounds like your device is set to show the Today screen after a very short
period of time. Check in the settings in the Control Panel.

-Chris
 
Back
Top