Programming NT Task Scheduler by using VB 
Author Message
 Programming NT Task Scheduler by using VB

Hi,

I want to ADD/DELETE/VIEW Tasks on a Windows NT Scheduler through Visual Basic.
I searched MSDN and found VC++ examples only, and I do not have any knowledge in
VC++.

I tried to do these operations by using a third pary control from Altec Data,  I
can
VIEW/DELETE tasks on a remote machine only, but I CANNOT CREATE NEW TASKS, and
Altec
Data says, this is a Microsoft's issue.

If anyone know how to programt windows nt scheduler by using visual basic, please
let
me know.  

Any comments and suggestion also appreciated.

Thanks for your time
Chandra



Fri, 02 May 2003 03:00:00 GMT  
 Programming NT Task Scheduler by using VB

Hello Chandra,

Unfortunately the ITask* interfaces can't be accessed from VB directly as
of yet.  To workaround this, you need to create a wrapper DLL or find a
wrapper DLL created by someone else.  Use ATL or other C++ framework.   Use
the TaskSched sample in the Platform SDK as a blueprint for coding.

Regards
David Yuan



Sat, 03 May 2003 11:44:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB and Task Scheduler Win NT

2. Help: Programming Task Scheduler in VB

3. Executing VB program from task scheduler ( AT )

4. How to add a task into Windows Task Scheduler from VB

5. NT Scheduler and VB Program

6. NT Scheduler and VB Programs

7. create a vb program to run with NT scheduler

8. Outlook hangs under Windows NT Task Scheduler

9. Task Scheduler running on NT

10. Task Scheduler programming

11. Programming the Task Scheduler

12. Programming the Task Scheduler

 

 
Powered by phpBB® Forum Software