K
kimiraikkonen
Hi,
I want to display ALL the items (includes unselected items) of listbox
control. How can i code this? Should i use "for each" or other?
For example:
Assume you have a listbox with 3 items sth like:
Hello
There
Guys
And i want to display them in the same format within a messagebox with
seperated each line(maybe i have to use " + vbnewline"?).
How to do this?
Thanks!
I want to display ALL the items (includes unselected items) of listbox
control. How can i code this? Should i use "for each" or other?
For example:
Assume you have a listbox with 3 items sth like:
Hello
There
Guys
And i want to display them in the same format within a messagebox with
seperated each line(maybe i have to use " + vbnewline"?).
How to do this?
Thanks!