Web Site Devloped By Abhishek Mishra
Tech. Help By Anand Mishra
Contact no. 9425355631

Powerd by Shree Guru Kripa Computer


vb.net_CALENDER_BY_ABHI program


This is vb.net_CALENDER_BY_ABHI Program.There is So many Label This is Best Exmaple of Timer. So you Check it yourself.

Public Class Form1
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Label1.Text = Format(Now, "mmmm")
Label2.Text = Format(Now, "dd")
Label3.Text = Format(Now, "yyyy")
Label4.Text = Format(Now, "dddd")
Label5.Text = Format(Now, "hh:mm:ss")
End Sub
End Class