Microsoft
Software
Hardware
Network
Question : List Box with multi columns
I have a list box with 4 columns.
The first column is the bound column and the first and last columns are hidden.
I know that listbox.value will return the data in the bound column.
Is there a way to retrun the data in the other columns?
I've tried listbox.value(1) but I get an error that says Type MIsmatch
Answer : List Box with multi columns
Make that listbox.column(1)
After many tries!!
Random Solutions
Error linking tables from MS Access 2003 to Sybase ASE
Proxy Settings
Run program after install -- VB.net (2005) Compact Framework
MySQL query
Insert multiple rows into one field
Setting Text Color in Title Bar
MS Access - automatically populate text field
Creating time series chart in Excel
Urgent System.UnauthorizedAccessE<wbr />xception
Getting todays transactions from Visual Foxpro table into Visual Studio 2008 using OLEDB