Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Go through all items in a ListBox
Name: Doug52392 Date: August 25, 2006 at 13:47:44 Pacific OS: Windows XP w/ SP2 CPU/Ram: Pentium 4/256Mb Product: Toshiba Satellite
Comment:
Hi, I have been having a problem with a program I am devoloping with Visual Studio 2005 Express. I have a TextBox, Button and a ListBox. the user types text into the TextBox, then clicks the button to add the text into the ListBox. But I cant seem to get the program to go through the contents of the ListBox and do something with each string in the ListBox. How do I solve this?
Summary: I have 'Up' and 'Down' buttons that I want to use to be able to scroll through the items in a listbox. When the currently selected item is at the top, the 'Up' button is disabled. I've done this by ...
Summary: Hi guys, I have to swap 2 items in a STL list with positions k and m. My question is is there any standart library method(whats called) in order to do this.. Thanks abunch ...
Summary: Alright, taking a file called test.txt and reading it in to count the words and spit back out into a differt txt file called counts that gives the single words used and how many times they are used ea...