G
Guest
Hi!
I started to develop for Pocket Pc 2003. I have a test PDA(Hp IPAQ hx4700).
This PDA has high reolution(640*480), but if I make a Windows Form
Application (VS.NET2003 C#) and I get this resulotion: 320*240.
I use these commands to get resolution:
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width.ToString()
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height.ToString()
And if I make a Form width 640 ; 480 Size properties, I just see the
320*240px part of the form.
How Can I develop width 640*480?
I started to develop for Pocket Pc 2003. I have a test PDA(Hp IPAQ hx4700).
This PDA has high reolution(640*480), but if I make a Windows Form
Application (VS.NET2003 C#) and I get this resulotion: 320*240.
I use these commands to get resolution:
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width.ToString()
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height.ToString()
And if I make a Form width 640 ; 480 Size properties, I just see the
320*240px part of the form.
How Can I develop width 640*480?