Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 3dfuel

  1. 3dfuel

    processes still running when user exits prog with 'X'

    I have a related question to this thread... For simplicity, I have a programm with one command button. The following code is in the click event: Private Sub Command1_Click() Dim cnt as Double for cnt = 0 to 5000000 DoEvents next cnt msgbox "all done counting" End...

Part and Inventory Search

Back
Top