A little initial help to a questionnaire in VB2010
-
I am using Windows Form in VB2010 by making a questionnaire with 50 questions, where a score at the end should be counted together by out of the answers you have given during the test. The design can be seen here: http://www.crazyball.dk/ego.PNG There is only room for 8 issues per. windows form, that's why I made 7 forms. The answers are numbers from 1-5 and are selected with a ComboBox. (Or another if it's easier) Since I have 7 different forms, I assume that I need to save the answers in some integers for each page, and so then put them together. I need help to get started to count down. Reply sum of questions 1,4 and 6 will be merged in integer1, Questions 2,3 and 7 will be merged integer2 etc.. there are a total of five integers as the sum of all 50 responses to be distributed in.. So integer1, integer2, integer3, integer4 and integer5. Someone who can help me started? I need help to turn combobox numbers into integers so I can do some math with the numbers. I use as I said Visual Studio 2010.