Hey,

i wanna get the text from a NOT selected index.

Does anybody know how to do it?

Thx!
Daniel

Recommended Answers

All 2 Replies

Explain a bit more, Also you could try selecting it for a fraction of a sec, then returning it.

Hehe got it ;)

String^ text = listBox1->Items[2]->ToString();

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.