how do i display the current time as hh:mm:ss using the messagebox.show ALL IN ONE LINE?
Printable View
how do i display the current time as hh:mm:ss using the messagebox.show ALL IN ONE LINE?
MessageBox.Show(System.DateTime.Now.ToString("hh:mm:ss"))
Thanks it worked... what about this: http://vbforums.com/showthread.php?s=&threadid=243788