Visual Basic hates me: [x]yes []no
June 24, 2009 5:22 AM
Subscribe
Homeworkfilter: I'm using VB 2008 Express and I need some help with checkboxes.
1. I have 12 checkboxes and I need each of these to pass an integer value of 0 (unchecked) or 1 (checked) to the next window when the "next" button is clicked.
2. For bonus credit and a gold star: I need to pass values from 12 dropdown boxes (each has 3-5 possible options).
Ex. How can I assign an integer value of 3 to the 1st item in the dropdown? How do I then pass this value of 3 to the next window where it will be multiplied by the checkox value?
Any help is appreciated
posted by icarus to computers & internet (2 comments total)
1 user marked this as a favorite
Here's the documentation for the System.Windows.Forms.CheckBox class. Once you find the answer you need, find the class reference for System.Windows.Forms.DropDownList.
posted by askmehow at 6:10 AM on June 24