| | |
VB Array values
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 14
Reputation:
Solved Threads: 0
i am coding a program in vb.NET, it will be used for people to vot for their favourite food. I have let the users input the name of favoutie foods into an inputbox and tehn store the name of each favoutie food into an array called foodarray.
Then the array outputs each item inside it into a checkedlistbox, which will be used to vote from by the voters.
The problem is that i want to add 1 to the value of the name of the food each time it is selected by a user. How do i do this, i want to add 1 to the names in the foodarray to find out how many votes each food gets.
thanks a lot
Then the array outputs each item inside it into a checkedlistbox, which will be used to vote from by the voters.
The problem is that i want to add 1 to the value of the name of the food each time it is selected by a user. How do i do this, i want to add 1 to the names in the foodarray to find out how many votes each food gets.
thanks a lot
•
•
Join Date: Apr 2008
Posts: 45
Reputation:
Solved Threads: 10
You could use a Dictionary to create a set of key-value pairs. You could use the name of the food as a string key and the votes as an int value.
http://msdn.microsoft.com/en-us/library/xfhwa508.aspx
http://msdn.microsoft.com/en-us/library/xfhwa508.aspx
![]() |
Similar Threads
- Comparisons of Array Values to X (C)
- Storing array of values into db (PHP)
- How to pass array values from php to mysql stored procedures?? (PHP)
- Array values for validation (PHP)
- Functions and Array help (C++)
- Help with copying an array into a struct (C)
- Array Values not found in Methods (Java)
- help with polymorphism and inheritance...getting null values (Java)
Other Threads in the VB.NET Forum
| Thread Tools | Search this Thread |
.net 2005 2008 access account arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer toolbox trim update updown user validation vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






