blah blah blah is here! blah blah » Close

0
votes
1 answers

Issues Deserializing ListBoX Items

Hello again :) This time I'm having some issues with deserializing some items that I've serialized from a listbox. Here is the serilization code: [code] StringBuilder sb = new StringBuilder(); fore ...

0
votes
3 answers

Align Arrays of Strings in ListBox

say I have a string array as: string[] AllFruits = {"Apples $1.50", "Oranges $1.80", "Kiwis $3.10", "Bananas $1.00}; I add them t ...

1
votes
1 answers

Sum values in a listbox

Hi all Probably a very easy question I have for you. If I have some numbers in a listbox, how can I get the sum of those values into my label? I'm not looking for how many items I have but the sum of the numbers in my listbox. Also there ...

1
votes
1 answers

How to get the text from selected item in listbox ?

I have two listboxes and I want to allow the user to move an item from one listbox to another. For that, I need to get the value and text of the selected item. how do I do that ? p.s. Is there a better way to do that ? can I "copy&q ...

Feedback