+ Reply to Thread
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43

Thread: CountDown timer Class in VB.Net

  1. #11
    jameslcs's Avatar
    jameslcs is offline Newbie
    Join Date
    Aug 2009
    Posts
    7
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    i'm still having trouble connecting the 2 events (TimesOut and Tick event), do u mind to show me how to connect the above 2 events.

    Don't really understand what to put in the parameter of:

    (ByVal sender As Object, ByVal e As EventArgs) in TimeOut event

    and

    RaiseEvent Tick(Me, e)

    Thanks for your time.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: CountDown timer Class in VB.Net

    You don't have to put anything in the parameter. You've already added the handler for the event so the sub is automatically called when the timer reaches 0.

  4. #13
    rjones33 is offline Newbie
    Join Date
    Sep 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    excellent....very useful!

  5. #14
    inframan is offline Newbie
    Join Date
    Sep 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    Thanks for the code post. V useful for someone relatively new to VB

  6. #15
    jagbogan is offline Newbie
    Join Date
    Sep 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    thanks for the code, it will save time

  7. #16
    xfrolox is offline Newbie
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    nicee

  8. #17
    babojebac is offline Newbie
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    thanks

  9. #18
    bonger is offline Newbie
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    PeRfEcToOoOo thanks

  10. #19
    acctest is offline Newbie
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    great class !

  11. #20
    professorpc is offline Newbie
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: CountDown timer Class in VB.Net

    Just what im looking for.

+ Reply to Thread
Page 2 of 5 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. C# and WPF countdown timer
    By Jrb in forum C# Programming
    Replies: 1
    Last Post: 10-11-2011, 12:47 PM
  2. Need help with Countdown timer
    By Myvision in forum JavaScript and CSS
    Replies: 3
    Last Post: 04-29-2011, 10:31 AM
  3. javascript countdown timer
    By theonebeyond in forum JavaScript and CSS
    Replies: 2
    Last Post: 02-07-2011, 07:08 AM
  4. Interactive Batch Countdown Timer
    By dscheive in forum General Programming
    Replies: 1
    Last Post: 09-23-2009, 10:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts