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
Printable View
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
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
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...
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
oops, sorry for mispelling your name (i never said i was a good typist.)
John Pirkey
MCSD
www.ShallowWaterSystems.com