Timer Countdown

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baillie11
    New Member
    • Feb 2008
    • 2

    #1

    Timer Countdown

    Hi all, im in a pickle. I have a created a Texas Holdem Poker Timer for my Friday night Poker games.

    I am using an MS Access Database to store and retrieve my saved blind levels with the round durations and ante's etc.

    On Form 1, I have a DataView Grid that displays and allows me to update the details.

    On Form 2 I have several labels that display the Remaining Time, Small Blind Big Blind, Ante etc as well as some buttons to Start, Pause, skip to the next round or previous round.

    For the most part it works well, however, every so often the time display will go haywire and instead of displaying say 10 minutes it shows 1043:21 for example.

    It appears to only do this when I have run the timer once and then skipped back to the first round to start another game.

    Its very frustrating as I cant see where its falling over.

    Any suggestions???

    I am using Visual Studio 2005 Professional and coding in VB.Net.

    I can list the code here if anyone wants to look at it.

    I am also willing to dump all the code and start again if someone has another example of a timer that can be paused - in VB.

    Thanks for you help in advance.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to .NET forum.

    Comment

    Working...