| | |
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 |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel fade filter forms ftp generatetags gridview html images inline input insert intel internet listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove save searchvb.net select serial settings shutdown soap sorting sqlserver survey table tcp temperature textbox timer timespan transparency trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year





