Hello,
I am writing a PocketPC application, and to get a window which is full
screen, I use CW_USEDEFAULT on Width, Height, Left and Top on
CreateWindowEx.
Now, that produces a too large window. The bottom panel of the device is
partially covered. What is the recommended way to create a window with
the exact size of the screen, without covering the bottom panel?
I know this is a very simple question, but I googled a lot and couldn't
find an answer =(
thank you very much,
Felipe