| | |
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 2008 access advanced application array basic beginner browser button buttons center click client code combo convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel exists fade filter forms function html images input lib listview map mobile module monitor msaccess net number objects open panel pdf picturebox picturebox2 port position print printing problem read regex remove right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver survey temperature textbox timer timespan transparency txttoxmlconverter user usercontol validation vb vb.net vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode xml year





