PDA

Click to See Complete Forum and Search --> : Screen Size


PsyVision
Jul 18th, 2001, 03:29 PM
hey,

how can i get the size of the screen in pixels ?

parksie
Jul 18th, 2001, 04:10 PM
GetSystemMetrics. My copy of the PSDK is missing the constant names so look up that function and you're done.

Vlatko
Jul 18th, 2001, 04:51 PM
Use this constants
SM_CXSCREEN
SM_CYSCREEN

PsyVision
Jul 19th, 2001, 01:54 PM
Cheers, u two are boffs !