VantiveGuy
Member
Hi,
I have a VB.NET application that will be launched from Windows Scheduler and will perform periodic database operations to a Sybase ASE system. I performed development and debugging by launching the code from a button on a form, but now I need for the application to run without intervention.
Is there a class I can place the code under instead of the Form class I started with? How do you run VB.Net code without launching from a form.
Thank you.
I have a VB.NET application that will be launched from Windows Scheduler and will perform periodic database operations to a Sybase ASE system. I performed development and debugging by launching the code from a button on a form, but now I need for the application to run without intervention.
Is there a class I can place the code under instead of the Form class I started with? How do you run VB.Net code without launching from a form.
Thank you.