-
I have two forms. I fixed it so that upon pressing esc, form2 loads on top of form1 and the timer on form1 becomes disabled. When form2 is loaded, if you press escape it will unload itself leaving form1 running but the timer still disabled. What do I have to do so that upon pressing esc on form2, the timer on form1 will be re-enabled?
Anyone's help would be greatly appreciated.
-
Hey,
just add this:
Code:
Form1.Timer1.Enabled = True
b4 you unload form2
gl,
D!m
-
Cool.......
Add the code that dim said to the second form
NewBEE Vbeer6.0()
"On Error Try Harder"
End Sub
-
Thanx Dim