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

    Applicaiton with toolbar display

    Hi,
    In my application i want to display only toolbar in top of the window.By pressing the menu in toolbar,corresponding window will be display seperately.
    Pls help me i dont know how to start.
    Im using VC++6.0.
    If any article is there pls provide the link.

    The attached bitmap showing how my applcaiiton wil be.
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: Applicaiton with toolbar display

    It is not at all clear what it is you are trying to accomplish.

    VC6 is very outdated and you'll probably run into lots of problems trying to make toolbars and menus behave anything like modern programs. MFC9 (distributed as a service pack for VS2008) has all kinds on neat new toolbar and menu features. You might want to consider it for your project (you can D/L a 90 day full demo from MS):

    http://msdn.microsoft.com/en-us/vstudio/aa700831.aspx

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