Hi All,
I am new programmer,

I have to create list of item which are selected from list box .
It should be displayed like " a,b,c,d,e,f " How can I do ? it can be in a string or numeric .
only selected Item is required to display displayed"
Not All

Thank

Recommended Answers

All 2 Replies

Please clerify your scenerio, then i will be able to help you?

Hi All,
I am new programmer,

I have to create list of item which are selected from list box .
It should be displayed like " a,b,c,d,e,f " How can I do ? it can be in a string or numeric .
only selected Item is required to display displayed"
Not All

Thank

Hi Arun,
> Scan all the items in the listbox to get the selected items
> To get selected Items in ListBox use Selected(i) Property. It returns true if it is selected and Use List(i) property to get the i th Item.

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.