Click to See Complete Forum and Search --> : Split Bar


visual fzz
February 23rd, 2000, 10:41 AM
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

Kyle Burns
February 23rd, 2000, 10:53 AM
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_sig/source/200002.zip

Lothar Haensler
February 23rd, 2000, 10:59 AM
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...

Johnny101
February 23rd, 2000, 12:32 PM
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

Johnny101
February 23rd, 2000, 12:33 PM
oops, sorry for mispelling your name (i never said i was a good typist.)

John Pirkey
MCSD
www.ShallowWaterSystems.com