Tuesday, 23 April 2013

Setting Intervals Using Timer

                                                Setting Interval Through The Timer

Mostly timer is use for set the time for appropriate action in our application.I am make a 
small application that set the interval for to do something.
1)Open the VS any version, create a new project,or and new form in existing project in
    your computer.
2) Add new window form -
     Right click on project--> Click Add-->New Item-->Open new dialog box-->
     select Window form
3)After add the form  in project 
4)Design the form like that,see only red in circle-
5)Put the code inside the Check Box and Timer.
6)Here I call the function in timer,which is execute within the interval.
      Public Sub ShivFunction()
          MsgBox("file is downloaded")
      End Sub 



No comments:

Post a Comment