anyone know how to show the current time?
VB Code: MsgBox(Now.ToShortTimeString) MsgBox(Now.ToLongTimeString) MsgBox(Now.TimeOfDay.ToString)
MsgBox(Now.ToShortTimeString) MsgBox(Now.ToLongTimeString) MsgBox(Now.TimeOfDay.ToString)
Utility to Convert Visual Studio.NET 2003 Project Files Edneeis.com
thanks! how do u update it every second? so it would show it change every sec..
Just use a timer and in the tick or whatever its event is called then update the time.
Originally posted by Edneeis Just use a timer and in the tick or whatever its event is called then update the time. hmm.. didnt think of that thanks again!
Forum Rules