OnlineKnowledgeRepository
OnlineKnowledgeRepository
OnlineKnowledgeRepository
Would you like to react to this message? Create an account in a few clicks or log in to continue.


For Questions and Assistance please use the proper Category.. please..
 
HomeLatest imagesSearchRegisterLog in
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
 
 

Display results as :
 
Rechercher Advanced Search
Donation box
Latest topics
» Convert signed ZD to PD
How to add a dynamic clock in your VB.NET FORM EmptyThu Sep 01, 2016 7:57 pm by neuron

» Abia State Polytechnic Admission form for 2013/2014 out!
How to add a dynamic clock in your VB.NET FORM EmptyTue Oct 08, 2013 9:30 am by stevejoo

» Convert ZD to SIGNED PD
How to add a dynamic clock in your VB.NET FORM EmptySun Sep 08, 2013 9:22 pm by neuron

» How to Speed Up My PC
How to add a dynamic clock in your VB.NET FORM EmptyTue Feb 26, 2013 9:15 am by alphysudaria143

» Hi I'm alphysudaria143
How to add a dynamic clock in your VB.NET FORM EmptySun Feb 17, 2013 12:25 am by alphysudaria143

» How to Copy all the Generations of a GDG
How to add a dynamic clock in your VB.NET FORM EmptyThu Oct 11, 2012 8:30 am by neuron

» Remove Duplicates in a dataset though Sort
How to add a dynamic clock in your VB.NET FORM EmptyThu Oct 11, 2012 8:23 am by neuron

» how to insert data into your access database vb.net
How to add a dynamic clock in your VB.NET FORM EmptyTue Aug 14, 2012 9:56 am by neuron

» how to populate combobox in vb.net during form load
How to add a dynamic clock in your VB.NET FORM EmptyTue Aug 14, 2012 9:53 am by neuron

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Help
Please support me my registering to NEOBUX
advertisements
How to add a dynamic clock in your VB.NET FORM Banner3
Affiliates
free forum
 



 

 How to add a dynamic clock in your VB.NET FORM

Go down 
AuthorMessage
neuron
Administrator
Administrator
neuron


Posts : 38
Join date : 2009-08-06

How to add a dynamic clock in your VB.NET FORM Empty
PostSubject: How to add a dynamic clock in your VB.NET FORM   How to add a dynamic clock in your VB.NET FORM EmptyFri Aug 21, 2009 11: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/
Back to top Go down
https://myonlinekr.forumotion.com
 
How to add a dynamic clock in your VB.NET FORM
Back to top 
Page 1 of 1
 Similar topics
-
» Opening a FORM from another FORM
» how to populate combobox in vb.net during form load
» Abia State Polytechnic Admission form for 2013/2014 out!

Permissions in this forum:You cannot reply to topics in this forum
OnlineKnowledgeRepository :: All About PC :: Programming :: VB.NET-
Jump to: