Hi,
Pardon if this is not the right forum (please indicate me the right one).
I'm creating a window using
mainHWnd = CreateWindow(exeName, main, WS_VISIBLE, 0,0, 320, 320, NULL,
NULL, instance, NULL );
If i do:
hdc = GetDC(mainHWnd);
alert("%d,%d",GetDeviceCaps(SCREEN_EX(screen)->dc,
HORZRES),GetDeviceCaps(SCREEN_EX(screen)->dc, VERTRES));
... it returns me 240x240.
What i have to do to create a window in the native 320x320 resolution?
thanks
guich
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/