Click here to Skip to main content
15,912,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Events: Passing values back to the origin of the event Pin
Alex Feature5-Oct-06 20:02
Alex Feature5-Oct-06 20:02 
AnswerRe: Events: Passing values back to the origin of the event Pin
Dave Kreskowiak6-Oct-06 5:26
mveDave Kreskowiak6-Oct-06 5:26 
GeneralRe: Events: Passing values back to the origin of the event Pin
Alex Feature8-Oct-06 1:12
Alex Feature8-Oct-06 1:12 
QuestionVB and SQL Server 2000 Linking Problem !! Pin
Vikrant Badhai4-Oct-06 22:49
Vikrant Badhai4-Oct-06 22:49 
QuestionZip files and GZipStream DeflateStream Pin
manustone4-Oct-06 21:42
manustone4-Oct-06 21:42 
QuestionSOAP Toolkit 3 gives error on win2000 Pin
parthikxap4-Oct-06 19:32
parthikxap4-Oct-06 19:32 
Questionlist boxes and databases Pin
ranro20064-Oct-06 19:21
ranro20064-Oct-06 19:21 
AnswerRe: list boxes and databases Pin
Kschuler5-Oct-06 8:16
Kschuler5-Oct-06 8:16 
Bind your datatable like this:
ListBox1.DisplayMember = "PersonName"<br />
ListBox1.ValueMember = "PersonAge"<br />
ListBox1.DataSource = dtMyDataTable


And then refer to the ListBox1.SelectedValue to get the person's age.

Hope this helps.
Question[Message Deleted] Pin
PREMSONBABY4-Oct-06 18:14
PREMSONBABY4-Oct-06 18:14 
AnswerRe: Hi, unable to read file from remote machine Pin
Christian Graus4-Oct-06 21:11
protectorChristian Graus4-Oct-06 21:11 
QuestionApplication.StartupPath Pin
steve_rm4-Oct-06 18:06
steve_rm4-Oct-06 18:06 
QuestionVB.NET ADDIN Pin
swampy_in_aus24-Oct-06 17:50
swampy_in_aus24-Oct-06 17:50 
QuestionHow to read data into array from textfile? Pin
TeiUKei4-Oct-06 17:18
TeiUKei4-Oct-06 17:18 
AnswerRe: How to read data into array from textfile? Pin
Christian Graus4-Oct-06 18:40
protectorChristian Graus4-Oct-06 18:40 
GeneralRe: How to read data into array from textfile? Pin
TeiUKei4-Oct-06 18:47
TeiUKei4-Oct-06 18:47 
GeneralRe: How to read data into array from textfile? Pin
Christian Graus4-Oct-06 18:51
protectorChristian Graus4-Oct-06 18:51 
GeneralRe: How to read data into array from textfile? Pin
TeiUKei4-Oct-06 19:00
TeiUKei4-Oct-06 19:00 
GeneralRe: How to read data into array from textfile? Pin
Christian Graus4-Oct-06 19:48
protectorChristian Graus4-Oct-06 19:48 
GeneralRe: How to read data into array from textfile? Pin
TeiUKei4-Oct-06 20:14
TeiUKei4-Oct-06 20:14 
GeneralRe: How to read data into array from textfile? Pin
Christian Graus4-Oct-06 21:09
protectorChristian Graus4-Oct-06 21:09 
GeneralRe: How to read data into array from textfile? Pin
TeiUKei4-Oct-06 21:16
TeiUKei4-Oct-06 21:16 
GeneralRe: How to read data into array from textfile? Pin
Christian Graus4-Oct-06 23:34
protectorChristian Graus4-Oct-06 23:34 
GeneralRe: How to read data into array from textfile? Pin
TeiUKei5-Oct-06 14:50
TeiUKei5-Oct-06 14:50 
QuestionDrag and Drop Cancel Pin
Luke R4-Oct-06 15:42
Luke R4-Oct-06 15:42 
AnswerRe: Drag and Drop Cancel Pin
Christian Graus4-Oct-06 17:09
protectorChristian Graus4-Oct-06 17:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.