|
-
Sep 16th, 2000, 07:50 PM
#1
Hello. I am taking a vb course in school this year. Our first assignment is to create a program that is a quiz consisting of 5 questions, with each question being 1 form. Very simple. Here is my situation. I have a question, and four (4) command buttons. This is what i want to happen: If the person clicks on the correct button, i want the next question to pop up (on the next form). I would also like to make a report at the end telling them what they got right. I thought I could just print a message to another form by doing this:
form1.hide
form6.show
print "you got question 1 right"
form6.hide
form2.show
Where form1 is question 1, form6 is the report, and form2 is question 2. However, I can't seem to do it. If you have a solution, or think you might and are just confused, e-mail me (preffered)or post here as soon as you can. Thanks.
-Steve
[Edited by sdennett on 09-16-2000 at 08:52 PM]
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
|