1) When i minimize my window, the satus bar disappears, how can i make it not? and how do i control which window control will go smaller and things like that?
2) how can i create line like this:
http://img319.imageshack.us/img319/2282/example3fg.png
This is a discussion on few questions within the Windows Programming forums, part of the Platform Specific Boards category; 1) When i minimize my window, the satus bar disappears, how can i make it not? and how do i ...
1) When i minimize my window, the satus bar disappears, how can i make it not? and how do i control which window control will go smaller and things like that?
2) how can i create line like this:
http://img319.imageshack.us/img319/2282/example3fg.png
1) Usually when you minimize a window, the expected action is for the entire thing to disappear... Not sure what you mean.
2) You can create a Static control (class "STATIC") and pass it the SS_HORZEDGE style, or you can draw one yourself in your WM_PAINT with DrawEdge()
See Static Controls
long time; /* know C? */
Unprecedented performance: Nothing ever ran this slow before.
Any sufficiently advanced bug is indistinguishable from a feature.
Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
The best way to accelerate an IBM is at 9.8 m/s/s.
recursion (re - cur' - zhun) n. 1. (see recursion)
When u minimizethe explorer for example, the status bat doesn't disappear..