|
-
May 27th, 2011, 04:11 AM
#1
Thread Starter
New Member
Visual Basic 2010 HELP
Ok this might be confusing as I dont know how to explain.
I'm doing a quiz and am using radio buttons. On a seperate form is a results page with a label which I want the results to show up on. I have made the label public.
The label should start with zero. There are three questions, each correct question should add a point to the result label.
I have no idea what I am doing! 
So far I have done:
Dim lblResult1 As Integer
If rbtnAnswer1_1_1.Checked = True Then
lblResult1.Text =
Can anyone help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|