E
Ekey
Hi:
i try to use GetWindowRect and GetClientRect API,but i think it wrong.
Following as:
GetWindowRect((int)hwnd,ref windowRect);
GetClientRect(hwnd,ref clientRect);
int winHeight = (windowRect.bottom - windowRect.top) -
(clientRect.bottom - clientRect.top);
Is winHeight title and menu's height?
there are have other methods?
THS
Ekey
i try to use GetWindowRect and GetClientRect API,but i think it wrong.
Following as:
GetWindowRect((int)hwnd,ref windowRect);
GetClientRect(hwnd,ref clientRect);
int winHeight = (windowRect.bottom - windowRect.top) -
(clientRect.bottom - clientRect.top);
Is winHeight title and menu's height?
there are have other methods?
THS
Ekey