Okay i have a project thats due tommoro and i forgot the commands that the teacher told us. I think the commands were hide and show, to hide the current question and show the next. How would i type these in?
cheers
Printable View
Okay i have a project thats due tommoro and i forgot the commands that the teacher told us. I think the commands were hide and show, to hide the current question and show the next. How would i type these in?
cheers
Bit more info would go a long way here mate but for a complete shot in the dark. Say you have question 1 in label1 and question 2 in label2 and they are on top of each other.
To show question 1
label2.hide
label1.show
To show question 2
label1.hide
label2.show
etc. Now lets see how I went on the Ouija board test.
Don't you have any class room notes or a text book to which you can refer?
It's going to be a little hard to provide help if you don't really know what you want because you didn't pay attention in class. :confused:Quote:
Originally Posted by madhayden
ey mates thanks for the help so far but got past that i think, so those HIDE and SHOW commands do i put that on the 'NEXT' button of my quiz or the actual quiz window. Also where should i put this command so that a score of correct answers will show at the end of the quiz the command is / If opt1.Value = True Then Correct = Correct + 1