Visual Basic - Using Timer to control the time - Hours - Minutes - Seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Visual Basic - Using Timer to control the time - Hours - Minutes - Seconds
    Visual Studio timer and timer control.

ความคิดเห็น • 11

  • @GadierCasiano
    @GadierCasiano 3 ปีที่แล้ว

    Yo thanks for this video, you save my project! I need one with a 2 minutes countdown though

    • @ComputingAcademy
      @ComputingAcademy  3 ปีที่แล้ว +1

      Please change the 60,000 = 1 min to 12,000 = 2 min

  • @ForeclosureGhost
    @ForeclosureGhost 3 ปีที่แล้ว

    Dude, that was very helpful. Everything worked. Question? How could I get the timer to give a warning message if a given time was over expected timeframe? For instance, if 10 minutes past it would give a notice warning. Thanks in advance.

  • @theequaliser
    @theequaliser 5 ปีที่แล้ว

    I like your videos lovely and clear. :) can you do one that connects a button to a database to pull up all its information (Sqlite studio). C# language

    • @ComputingAcademy
      @ComputingAcademy  5 ปีที่แล้ว +1

      will be done before Sunday! (within the next few days)

  • @shanazsalh403
    @shanazsalh403 2 ปีที่แล้ว

    start and stop each other bottn ?

  • @shinkirosotto1104
    @shinkirosotto1104 3 ปีที่แล้ว

    When I did this the timer starts immediately even without clicking the start button. Can you please help me fix that?

    • @ComputingAcademy
      @ComputingAcademy  3 ปีที่แล้ว

      This is because you added the event on Form Load.
      Cut the code from the 'Form Load' event and add the code into the button. This will fix the issue. Let me know if you need further assistance.

  • @lelouchlamperouge8986
    @lelouchlamperouge8986 3 ปีที่แล้ว

    how do you convert the minutes into like:
    1 min = 3 sec
    1 sec = 100 millisec