Discussion:
Adding a button to CStatusbar of a SDI.
(too old to reply)
JoDeGr8
2009-09-12 05:09:03 UTC
Permalink
Hi,

How can i add a CButton control to the status bar of my SDI app. I
googled but cant find a suitable solution..Any links is greatly
appreciated.


Regards,
J
David Wilkinson
2009-09-12 10:42:55 UTC
Permalink
Post by JoDeGr8
Hi,
How can i add a CButton control to the status bar of my SDI app. I
googled but cant find a suitable solution..Any links is greatly
appreciated.
Just create the button (in code) as a child of the status bar.
--
David Wilkinson
Visual C++ MVP
Tom Serface
2009-09-15 16:58:48 UTC
Permalink
Maybe an extended control like:

http://www.codeproject.com/KB/statusbar/ExtStatusControlBar.aspx

Would give you some help, or at least looking at the code would help you get
started.

Tom
Post by JoDeGr8
Hi,
How can i add a CButton control to the status bar of my SDI app. I
googled but cant find a suitable solution..Any links is greatly
appreciated.
Regards,
J
Loading...