Click to See Complete Forum and Search --> : Combobox


HenkHamer
December 2nd, 1999, 05:26 PM
Does anabody know how to get multiple columns in a regular combox like the one in access ? thank you

Visual Basic software engineer

Ravi Kiran
December 3rd, 1999, 03:58 AM
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

Ravi Kiran
December 3rd, 1999, 04:01 AM
It is called Microsoft Forms 2.0 Object Library : System32/FM20.dll

RK