Results 1 to 4 of 4

Thread: Help please. I'm a VB virgin

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    7

    Talking

    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.

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Hey,
    just add this:
    Code:
    Form1.Timer1.Enabled = True
    b4 you unload form2

    gl,
    D!m
    Dim

  3. #3
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Cool Cool.......

    Add the code that dim said to the second form






    NewBEE Vbeer6.0()
    "On Error Try Harder"
    End Sub

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    7

    Cool Thanx Dim

    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
  •  



Click Here to Expand Forum to Full Width