CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Status Bar on a CDialog



    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

  2. #2
    Join Date
    Mar 1999
    Posts
    4

    Re: Status Bar on a CDialog



    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured