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

Thread: Split Bar

  1. #1
    Join Date
    Nov 1999
    Location
    France
    Posts
    29

    Split Bar

    Does the Split Bar control Exist in VB???
    Is it a special OCX?
    How can I do a window like the file explorer with a treeview on the left and a listview on the right and the possible resizing of both controls with a split bar???


    Visual Fzz


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Split Bar

    The VB SIG that I'm a member of had "Creating Splitter Controls" as the February Topic this year. The source code from this meeting is available at http://members.iquest.net/~indy_vb_s...rce/200002.zip


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

    Re: Split Bar

    you can "cheat" by "misusing" a Coolbar control.
    It allows you to place a treeview and Listview on a "band" and does the automatic resizing...


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

    Re: Split Bar

    i have some code to do this, thats about 100 lines using picture boxes, but the coolbar is 100 times simpler - no lines! Thanks Loathar.

    John

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

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

    Re: Split Bar

    oops, sorry for mispelling your name (i never said i was a good typist.)

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

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