|
-
Jul 16th, 2000, 02:55 AM
#1
Thread Starter
New Member
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.
-
Jul 16th, 2000, 03:01 AM
#2
Fanatic Member
Hey,
just add this:
Code:
Form1.Timer1.Enabled = True
b4 you unload form2
gl,
D!m
-
Jul 16th, 2000, 03:13 AM
#3
Addicted Member
Cool.......
Add the code that dim said to the second form
NewBEE Vbeer6.0()
"On Error Try Harder"
End Sub
-
Jul 16th, 2000, 03:58 AM
#4
Thread Starter
New Member
Thanx Dim
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
|