Changes

ComboBox Control in VB6

587 bytes added, 01:09, 17 January 2008
/* Multi-Columns Combo Box */
The following lines were added (+) and removed (-):
The Visual BASIC 6.0 ComboBox does support multiple columns with no additional references necessary.   The Visual BASIC 6.0 ComboBox does NOT support multiple columns.  However, versions of Visual Studio do include components with a ComboBox that does support multiple columns. To add support for multiple columns in a combo box, in the VB6.0 IDE you can press CTRL-T, or choose "References" from the "Project" menu, or you can right click on the components tool box and select "Components"... then scroll down though the '''components list''', find "'''Microsoft Forms 2.0 Object Library'''" and check the box. By adding the "Microsoft Forms 2.0 Object Library" to your components, you will find an additional ComboBox in the IDE tool box.  Use that Combo box for multiple columns support.
Bureaucrat, administrator
16,192
edits