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

Data communication Terminology

Program for calculating Simple Interest using the concept of Default Arguments

Computer MCQs Part-III