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

    Write text in the MainFrame, next to the toolbar

    Hello!!

    I need help because I want write text in the MainFrame of my proyect,
    next to the toolbar, but I don't Know How can I make this.

    Can somebody help me?

    Thanks,
    Reyes



  2. #2
    Join Date
    May 1999
    Posts
    92

    Re: Write text in the MainFrame, next to the toolbar

    Why don't you create a toolbar derived class and put a edit control or label control there and write text to it. this will look like it.


  3. #3
    Join Date
    May 1999
    Posts
    12

    Re: Write text in the MainFrame, next to the toolbar

    Ups, thank you, that looks like very well.

    Reyes


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