English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

any one know what command at windows sdk that give information about windows desktop client area (width and height without the bar). or if there is no one know, is anyone know the technic to gather it

2007-01-22 19:13:36 · 1 answers · asked by Centronix 2 in Computers & Internet Programming & Design

1 answers

use the GetSystemMetrics() API.
basically its:

int Width = GetSystemMetrics(SM_CXSCREEN);
int Height = GetSystemMetrics(SM_CYSCREEN);

2007-01-23 01:20:54 · answer #1 · answered by justme 7 · 0 1

fedest.com, questions and answers