how do i wait 30sec and then make it do somthing i havnt did somthing with time in like a year
WHat would we do with out Microsoft. A lot more.
add a timer control and set the interval to 30000 (thats in miliseconds) and then double click the control and enter ur code
Private Sub DeepCrap on error blame microsoft if microsoft = screwed then blame aol end if end deep crap Ahh VB6 Enterprise Edition
Code: Function timeout(interval) Current = Timer Do While Timer - Current < Val(interval) DoEvents Loop End Function 'timeout 3
Function timeout(interval) Current = Timer Do While Timer - Current < Val(interval) DoEvents Loop End Function 'timeout 3
Forum Rules