Does anabody know how to get multiple columns in a regular combox like the one in access ? thank you
Visual Basic software engineer
Printable View
Does anabody know how to get multiple columns in a regular combox like the one in access ? thank you
Visual Basic software engineer
the combo box in MSForms set (msforms.dll or something) deos it. It has similar looking Controls to VB and have few more features ( sometimes irksome though!, like the Dblclick of btn ending up in "pushed" look etc)
Load that set from Project ->Controls dialog and use it
RK
It is called Microsoft Forms 2.0 Object Library : System32/FM20.dll
RK