program for Digital watch in visual basic



Program: Digital watch in visual basic


The Design Interface

The Run Time Interface

Coding
Private Sub tmrTimer_Timer()
 

              Label1.Caption = Time

       End Sub

Comments

Popular posts from this blog

Program for calculating Simple Interest using the concept of Default Arguments

Program: Maximum number in three numbers in visual basic

Program for Checking whether the given number is Palindrome or not