Click to See Complete Forum and Search --> : Status Bar on a CDialog


Mark Keenan
March 29th, 1999, 11:32 AM
Hi All,


I have a dialog based application (VC 5.0 on NT).

I would like to display a status bar on the bottom of the dialog, but am unable to as the CStatusBar is only designed to be attached to SDI and MDI applications.


However, I have seen some people attempt to explain how to do it, so I believe that it can be done.


Does anyone have either a sample project which does this, or detailed code snippits and instructions.


Any help is greatly appreciated,


Regards,


Mark

Andy
March 31st, 1999, 01:58 PM
There is an example in the Knowledge Base section of the MSDN Library. Its called "SAMPLE: Adding Control Bars to Dialog Boxes in MFC". Good luck.