Running a program in a loop

  • Thread starter Thread starter Sal
  • Start date Start date
S

Sal

Hello all,
I need to run a program by using a shell function every 2 minutes without
using task scheduler?
How can I achieve this in VB.net not using a windows form?
Any help would be greatly appreciated...

Sal
 
Miha,
I used System.Timers.Timer class and was able to achieve my goal.
Thanks for the help...
Sal
 
Back
Top