|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
How to write automatic task in Visual Basic
Hi all!
i have to write add-on to my old VB 6.0 application. It has to run automatically each night, select some data from database, generate XML files from that and send these files to FTP server. Server's operating system is windows XP This code should be written in Visual Basic... i was wondering if it can be done by writing only one com component... but is it possible to execute it without client code? Or do I have to write standard visual basic application with empty null-sized main form? I appreciate any answer, Koiot |
|
#2
|
|||
|
|||
|
You could use the NT at command to shcedule the program to run. You could also use the Visual Basic Timer event to perform you own scheduling.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > How to write automatic task in Visual Basic |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|