Click to See Complete Forum and Search --> : stretch to fit all client area


neo_the_1
October 30th, 2005, 09:56 AM
hello,

i'm writing my first pda application and i'd like to know if there is an easy way
to stretch my application to fit the entire client area of the pda.

does it involes GetSystemMetrix ?

regards

stober
November 9th, 2005, 04:41 PM
If the os is PocketPC, call SHFullScreen(). See MSDN and search google for that function to find lots of examples.