Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. how can i use the timer tool in vb.net

how can i use the timer tool in vb.net

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mr kilany
    wrote on last edited by
    #1

    Dear, i want to start form after spesfic time such as (10 second)but the problem i dont know how could i use this fucntion which called timer in .net kilany

    C 1 Reply Last reply
    0
    • M Mr kilany

      Dear, i want to start form after spesfic time such as (10 second)but the problem i dont know how could i use this fucntion which called timer in .net kilany

      C Offline
      C Offline
      Chatura Dilan
      wrote on last edited by
      #2

      Set enabled property of the Timer control to True At run time you can use Timer1.Enabled = True Set Interval property of the Timer to 10000 ( 10 * 1000 milliseconds ) Double click the Timer control You can use this method to do whatever you want Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick End Sub There are many web sites on the internet about timers

      Regards,

      Chatura Dilan

      If at first you don't succeed, try; try again, so that you know what not to do the next time. The answer is out there.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups