I have a Visual Basic 6.0 application, it contains a form with onload event, and a Timer.
When I run the application as a scheduled task (Run as: Administrator, Run: At system startup) it executes the onload event, but it will not start the Timer.
If I run the application manually when I log onto the Windows 2003 server it executes fine.
The application will not even give me any errors; it just will not start the Timer.
I have also tried to add “Me.Timer1.Enabled=True” in the onload event, but still same problem.