what version of visual basic?
vb 6.0 or the newer one thats used I think its VB .net cause I only know the older vb 6.0.
Anyway, for each question, make a radio button. One yes, and one no. Make two interger variables, total_correct and total_wrong. For each question's correct radio button, have it increment the total_correct variable, and for incorrect answers, the total_wrong variable. At the end, dump both variables into a msgbox or a label, ie:
You got 8 Questions right, and 4 questions wrong.
There are other ways doing this too.
BTW velik, in the msgbox, what is RTFM?. I am guessing thats the message since its in quotes? This one:
MsgBox("RTFM!",1)
|