Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
![]() |
•
•
•
•
Hi,
U can also use a Special NonPrintable Character like:
Combo1.AddItem ("1" & Chr(165) & "One")
When u need to Seperate them, use "Instr" Function
Regards
Veena
hi veena,
chr(165) = ¥
while using chr(165), it looks some character is added in between two strings. But the requirement is to create two columns in the combo box so space or tab makes as two columns in the combo box.
regards
shailu
hi,
I have attached a file with this. Copy the file to ur project and try.
In that file there could be one form and class module.
In that class module there could be a line
ret = ClientToScreen(Form7.Combo3.hwnd, pt)
Form7 - form name
combo3 - combo box name
change it as ur requirement.
while running ur form press the arrow key to view the columns in the combo box
al the best
Shailu
I have attached a file with this. Copy the file to ur project and try.
In that file there could be one form and class module.
In that class module there could be a line
ret = ClientToScreen(Form7.Combo3.hwnd, pt)
Form7 - form name
combo3 - combo box name
change it as ur requirement.
while running ur form press the arrow key to view the columns in the combo box
al the best
Shailu
![]() |
Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Multi column combo box (VB.NET)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: reports in Access and Vb
- Next Thread: Create tables in access database by DAO liberary
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode