votes
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 ...
blah blah blah is here! blah blah » Close
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 ...
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 ...
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 ...
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 ...
Got feedack? Found a bug? report it here.