M
Markus Ewald
Hi!
I'm developing a small PocketPC application using the DotNET Compact
Framework. This application uses three Forms, which are brought to
screen like this:
private static void Main() {
System.Windows.Forms.Application.Run(new Form1());
System.Windows.Forms.Application.Run(new Form2());
}
When the application is started, Form1 shows up as normal. But when
Form1 is closed, Form2 will not be visible. I have to manually bring it
back to view by going to "System Settings", "Memory", "Running Programs"
and clicking on "Activate" there.
What am I doing wrong?
Thanks,
-Markus-
I'm developing a small PocketPC application using the DotNET Compact
Framework. This application uses three Forms, which are brought to
screen like this:
private static void Main() {
System.Windows.Forms.Application.Run(new Form1());
System.Windows.Forms.Application.Run(new Form2());
}
When the application is started, Form1 shows up as normal. But when
Form1 is closed, Form2 will not be visible. I have to manually bring it
back to view by going to "System Settings", "Memory", "Running Programs"
and clicking on "Activate" there.
What am I doing wrong?
Thanks,
-Markus-