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

    internet explorer toolbar style

    I need to apply the internet explorer style(flat toolbar) to a toolbar in vb6. when i use the FindWindowEx api call, i get zero as a return value.

    I used the mscomctl.ocx 6.00.8177


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: internet explorer toolbar style

    you dont have to go through all that trouble.

    after you place the toolbar control on the form, right click it and go to properties. There is an option to set the Appearance style. It defaults to 3d, but you can change it flat. then the buttons act just like the IE toolbar.

    This should do exactly what you are looking for.

    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: internet explorer toolbar style

    I'd recommend taking a trip over to http://vbaccelerator.com - there's some excellent toolbar / rebar controls there (all built using the Windows API) - they're pretty easy to use too.

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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