CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Toolbars.

  1. #1
    Join Date
    Oct 1999
    Posts
    7

    Toolbars.

    I know I can obtain flat toolbars (ie style) using APIs and VB5 controls; but how can I do the same using vb6 and its controls??





  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Toolbars.

    whatever you can do with VB 5, you should be able to do in VB 6.
    The VB 6 Toolbar (MS Common Controls) has an Appearance property that can be set to ccFlat.


  3. #3
    Join Date
    Oct 1999
    Posts
    7

    Re: Toolbars.

    I meant an internet explorer style toolbar, with buttons shadows appearing when the mouse is over...


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