Ameelya
0
Q:

win 32 get window cize

RECT rect;
if(GetWindowRect(hwnd, &rect))
{
  int width = rect.right - rect.left;
  int height = rect.bottom - rect.top;
}
1

New to Communities?

Join the community