Results 1 to 6 of 6
  1. #1
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused

    Timer. Clock Starts

    I need help.
    How do i create this code:
    When checkbox1 is checked timer starts (meaning it records the time checkbox1 has been checked)

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    CheckBox Has an Event For Handling Status change

    [php]
    Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged

    End Sub
    [/php]

    So it would be

    [php]
    Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged

    If Checkbox1.Checked = True Then

    Else

    end if
    End Sub
    [/php]


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. The Following User Says Thank You to NextGen1 For This Useful Post:

    zmansquared (03-08-2010)

  4. #3
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    Hey, guess what. I could have answered this one :P
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  5. The Following User Says Thank You to zmansquared For This Useful Post:

    NextGen1 (03-08-2010)

  6. #4
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    So could i! Its so easy no offence.

  7. The Following User Says Thank You to Invidus For This Useful Post:

    NextGen1 (03-08-2010)

  8. #5
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    WOAH, how u do that?


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  9. #6
    MJLover's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Neverland
    Posts
    759
    Reputation
    33
    Thanks
    110
    My Mood
    Cheerful
    m gonna make a tutorial on this.. LOL

Similar Threads

  1. [C/C++ Tutorial] Starting in Direct-X 8.1
    By Dave84311 in forum Programming Tutorials
    Replies: 55
    Last Post: 04-02-2021, 07:16 PM
  2. How to Change the Start-Bar in Windows XP
    By Jackal in forum General
    Replies: 31
    Last Post: 05-31-2015, 08:29 PM
  3. Reuters trying to start something?
    By sf0d in forum General
    Replies: 3
    Last Post: 08-20-2006, 12:54 AM
  4. Hay guys could i av a sig? me starting a new motto
    By tidusjar in forum Help & Requests
    Replies: 13
    Last Post: 04-14-2006, 12:42 PM
  5. They Started Patch
    By Brandon in forum General
    Replies: 2
    Last Post: 02-22-2006, 08:39 AM