|
-
Nov 28th, 1999, 01:48 AM
#1
Thread Starter
Hyperactive Member
hi!
I wanted to know if there's code I can put into a timer (or anything else), that will always display the current time (minutes and seconds). I found a formula that works on my computer, but if I would run it on a 486, it would be much too slow. Any ideas?
------------------
Regards,
Alexander McAndrew
VB Zone
http://gsenterprise.server101.com
-
Nov 28th, 1999, 01:50 AM
#2
Fanatic Member
Use Time Function
Example:
Code:
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
(set Timer Interval between 1 and 1000)
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
Coming Soon - My web page
[This message has been edited by QWERTY (edited 11-28-1999).]
-
Nov 28th, 1999, 01:53 AM
#3
Thread Starter
Hyperactive Member
geez, that was easy. Now I feel stupid. Thanks!
------------------
Regards,
Alexander McAndrew
VB Zone
http://gsenterprise.server101.com
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
|