Rookie question:
What control do I need to use a splitline?
Thx in advance
SchorschM
Printable View
Rookie question:
What control do I need to use a splitline?
Thx in advance
SchorschM
Rookie Answer : What's a splitline?
:)
Rookie definition of a splitline:
In Windows Explorer i.e. you have on the left part the filesystem (in a treeview-control?) and on the right part of the window a list of the files in the selected folder (in a listview-control). Between these 2 controls you have a (invisible) splitline.
If you drag the splitline to the left, you treeview gets smaller and your listview gets bigger. if you drag the splitline to the right, you treeview gets bigger and your listview gets smaller.
But the splitline seems not to be part of standard-VB (VB6) and so you need a .ocx or .dll to use it.
Hope you understand my english.
SchorschM
if you do a search here for 'splitter control' I think you'll find a couple .
:)