cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Win32 Status Bar
Win32 Status Bar
Oct 26, 2010 at 4:47pm UTC
crazycoder
(3)
In a Win32 application, how would I get a window to have a status bar at the bottom?
Oct 26, 2010 at 5:54pm UTC
Kiana
(186)
CreateStatusWindow()
should get you started.
http://msdn.microsoft.com/en-us/library/bb760762%28v=VS.85%29.aspx
Oct 29, 2010 at 5:27pm UTC
crazycoder
(3)
thanks
Topic archived. No new replies allowed.