WELLCOME

Visual Basic is a very easy and powerful programming language, a very simple coding of the software can be created with Visual Basic. I have my Blogger (http://www.vbcodebd.blogspot.com) in Visual basic 6.0 via kinds Program will discuss the code. Thanks All ..........

Monday, February 4, 2013

Clock Project Vb (Visual Basic Tutorial - 9)



Create a form with      1 Text boxe  And 1 Timer
Add the following code to the form code module for the ‘Clock’ _Click event:

Frome 





Program code :

Private Sub Form_Load()
Timer1.Interval = 100
End Sub

Private Sub Timer1_Timer()
Text1 = Time
Text2 = Date

End Sub
 Clock


………………………..
By Md. Sayemon

Download this Project click hare


No comments:

Post a Comment