hey,
how can i get the size of the screen in pixels ?
Printable View
hey,
how can i get the size of the screen in pixels ?
GetSystemMetrics. My copy of the PSDK is missing the constant names so look up that function and you're done.
Use this constants
SM_CXSCREEN
SM_CYSCREEN
Cheers, u two are boffs !