View Single Post
Old 19-07-2006, 05:40 PM   #7
Ioncannon
Abandonia Homie

 
Join Date: Mar 2004
Location: Mississauga, Canada
Posts: 558
Send a message via MSN to Ioncannon
Default

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)
Ioncannon is offline                         Send a private message to Ioncannon
Reply With Quote