|
-
Sep 11th, 2005, 10:24 PM
#1
Thread Starter
Member
how to display current time
hi...
I have to display the current time in my application when the user uses the application.
anyone knows how to display the current time?
Last edited by anesor; Sep 14th, 2005 at 12:02 AM.
-
Sep 12th, 2005, 03:15 AM
#2
Fanatic Member
Re: how to display current time
add a timer and inside the have it set the label to the current time
label1.text = Date.Now.TimeOfDay.ToString
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Sep 12th, 2005, 05:23 AM
#3
Thread Starter
Member
Re: how to display current time [RESOLVED]
ok..
Thank You...I got the current time...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|