Hey does anyone know a way to make a program run at a certain time?
no... i dont wantto use task scheduler
basically a person sets a time in my program and it runs a method at said time.
Ideas?
Thanks
m
Hey does anyone know a way to make a program run at a certain time?
no... i dont wantto use task scheduler
basically a person sets a time in my program and it runs a method at said time.
Ideas?
Thanks
m
check the system time at a particular time interval using the timer event. Whwn the time is required time call the Procedure.
but wouldnt that require an loop? I did that and it crashed...
can i do like function f handles time.change or something..
Why u need any loop . Just run on timer event at a particular time interval.
ohh thanks, i didnt know about time intervals.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.