13
votes
21answers
657 views
How can I enhance the aesthetics of an ugly windows form packed with too many (necessary) features?
One of the window dialog of a software I'm working on looks a bit like this : (original screen-shot copied from this coding horror post, other examples available on this SO questio …
0
votes
2answers
108 views
What creates the three close/minimize/maximize icons in the top corner of a window? (C++)
I am making a C++/Windows/DirectX program, and when it runs in windowed mode (using
d3dpp.Windowed = (!FULLSCREEN);
where FULLSCREEN is defined as 0), the three icons that are u …
