Thread: Windows startup
View Single Post
  #4   Report Post  
tqm1 tqm1 is offline
Junior Member
 
Posts: 11
Default

Quote:
Originally Posted by JLatham View Post
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)