select only a few item in listbox

mirzao

Active member
Joined
Nov 10, 2005
Messages
44
Location
Malaysia
Programming Experience
Beginner
Hi,

I have a listbox that display the hex value in 0 x {} format. How to select only several value and display it on the textbox?
 
Your question is unclear. It sounds like you mean you want to get several items from the ListBox and put them in a single TextBox, but why would you need to ask how to do that? Get the items you want and concatenate them into a single string if that's the case.
 
Back
Top