Tagged Questions
2
votes
2answers
505 views
Maximized Window Restores to Full Screen
Using CWnd::ShowWindow(SW_SHOWMAXIMIZED) maximizes my app window as expected.
However, when clicking the restore button on the app (or double clicking the title-bar), the restored size is the same ...
2
votes
2answers
1k views
Maximizing WPF Doesn't Update Width?
The width property of the screen doesn't seem to update to the fully maximized width when maximizing a window. If I resize it everything works fine, but not when maximizing.
The code I have is as ...
1
vote
1answer
827 views
Automatically Maximize Window Using Netbeans
I have been trying to get the window to automatically maximize using Netbeans.
I've probably looked through 4 or 5 pages of Google for an answer.
The web pages always provide something like this:
...