Results 1 to 2 of 2

Thread: Quick Question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344
    If there is a timer on a form, and the form is unloaded does the timer that is enabled = true become enabled = false?
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    If the form is unloaded (not hidden with MyForm.Hide or with MyForm.Visible), all the controls on the form (including this timer) are killed.
    So, not only there is no Enabled property, there isn't even a timer anymore after the form is unloaded.

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