Think I have a good one here folks:
How can I do the following
A Listbox that contains for example groups of Fixed Assets lets say:
+ Cars
+ Trucks
+ Computers
The + signs serves to expand the Fixed asset categories i.e,
by clicking the + sign beside Cars the list box displays:
- Cars
car 1
car 2
Now if I click on the minus sign I collapase the car group, i.e The List Box goes back to:
+ Cars
+ Trucks, etc
More if i click only on cars it simply selects the car group ignoring the + sign.
I am well aware listboxes allow pics but they do not function as controls like in this case.
Any suggestions, will be appreciatted.
How can I do the following
A Listbox that contains for example groups of Fixed Assets lets say:
+ Cars
+ Trucks
+ Computers
The + signs serves to expand the Fixed asset categories i.e,
by clicking the + sign beside Cars the list box displays:
- Cars
car 1
car 2
Now if I click on the minus sign I collapase the car group, i.e The List Box goes back to:
+ Cars
+ Trucks, etc
More if i click only on cars it simply selects the car group ignoring the + sign.
I am well aware listboxes allow pics but they do not function as controls like in this case.
Any suggestions, will be appreciatted.