Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I obtain the window width and height or screen max width and height?

height Max obtain screen window
0
Posted

How do I obtain the window width and height or screen max width and height?

0

To obtain the window size on Win32, use the following code: RECT rect; HWND hwnd; GetClientRect(hwnd, &rect); /* rect.top and rect.left will always be 0, 0, respectively. The width and height are in rect.right and rect.bottom.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123