Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retrieving the Listbox item string...

Status
Not open for further replies.

nexius

Programmer
Jul 8, 2000
109
CA
HI

I have a very easy question... But I can't seem to figure it out myself...

I have a list box, and a variable associated with it. The items in the list box are all strings. How do I retrieve the string at index, say, 2?

I checked MSDN but none of the functions seem to be what I'm looking for. I feel stupid.

Thanks
 
Use the GetText() method to retrieve the value at the specified index IIRC.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top