Friday, January 24, 2014

Digital Clock in Visual Basic 2010 / 2012 - Simple Codes

Hi,

We make Digital Clock with timer in Visual Basic.

Insert to 1 label and 1 timer in form1 and interval set 100. double click to timer1. paste this code ;


Label1.text=date.now.hour & "." & Date.now.minute & "." & Date.now.Second

ans double click form1. Paste this code ;

timer1.start

Done. F5 (RUN)


By...

No comments:

Post a Comment