Quote:
Originally Posted by JLatham
By the way, I'd get rid of tha MsgBox statement in sub tick2time - you're
going to get a message box EVERY time it goes through the loop I created and
you're going to end up spending eternity clearing them - might want to just
add another text box to the form to display the information being shown in
the MsgBox now.
|
Remove this lin from codes
MsgBox ("Windows has started since " + Me.TextBox2.Value)