P
Peter T
Hello NG,
i have a Dell Axim X51v (Windows Mobile 5) with a VGA-Display (640x480px).
No i started to write a small Application for Compact Framework. My
Form-Size is 640x480px but i see only the half of the Form. To test it i set
a Button on that Form with the following Code:
MessageBox.Show(Screen.PrimaryScreen.Bounds.Size.Height.ToString() +
"-" + Screen.PrimaryScreen.Bounds.Size.Width.ToString());
Then i see a Messagebox saying i have a Screen with Size 320x240! What is
wrong? May i have to set some Properties?????
Please Help
i have a Dell Axim X51v (Windows Mobile 5) with a VGA-Display (640x480px).
No i started to write a small Application for Compact Framework. My
Form-Size is 640x480px but i see only the half of the Form. To test it i set
a Button on that Form with the following Code:
MessageBox.Show(Screen.PrimaryScreen.Bounds.Size.Height.ToString() +
"-" + Screen.PrimaryScreen.Bounds.Size.Width.ToString());
Then i see a Messagebox saying i have a Screen with Size 320x240! What is
wrong? May i have to set some Properties?????
Please Help