Win7 Task Scheduler won't run VB6 pgm
I have a VB5 and a VB6 program that runs fine in Win 7 computers if I click the exe.
This program also will start OK from the Task Scheduler on Win XP computers.
The Win 7 Task Scheduler won't start it either on a win 7 Professional or a Win 7 Home version computer.
What could be wrong??
Re: Win7 Task Scheduler won't run VB6 pgm
Nothing runs at the SYSTEM level anymore. Needs ADMINISTRATIVE Privileges in order to run...
Re: Win7 Task Scheduler won't run VB6 pgm
Finally solved the problem.
Under the "Triggers" setting on the Task Scheduler on Win 7 computers, "Run only when user is logged on" must be selected.
Hope this helps some!!
Thanks for your response.