For Questions and Assistance please use the proper Category.. please..
Welcome guys!!.. In order for you guys to post your Questions and assistance requests,, please REGISTER first.. Only members can post.. If you have requests then feel free to email ADMIN neuron or SPAMMER onatzky.. thanks!
Search
Donation box
If you find this forum helpful.. you now have the option to donate through Paypal.
Just click the donate button below to transfer you to paypal page.
Subject: How to add a dynamic clock in your VB.NET FORM Sat Aug 22, 2009 1:42 am
after searching from lots of sites... finally found a working code to place a dynamic clock in your VB form
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Interval = 1000 Timer1.Start() End Sub Private Sub timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Text = System.DateTime.Now End Sub
Originally taken from : http://www.programmersheaven.com/mb/VBNET/332605/332605/trying-to-write-s-simle-clock-program/
_________________ credit goes to the original uploader of the codes..
In this forum we will share the knowledge we have to every single individual who shows respect and interest.. If you stay.. you learn.. if not.. then please go.........