missinglinq
Programmer
Anyone have any idea why this realtime clock hack would cause the "Calculating..." message to appear in the taskbar for one PC and not another? I've used it for years without seeing this message, but someone else (an admitted neophyte) using it swears the message didn't appear until he put this in his code.
The control is named txtOmega (yeah, I'm a watch freak!)
The Timer Interval is set to 1000.
Then the code:
Code:
Private Sub Form_Timer()
Me.txtOmega = Time 'Displays current time
End Sub
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!