tburk Level: Guest

|
NT service with VB 6.0
Hi,
How could i create an NT service using vb 6.0? it is a very well behaved routine that simply looks for a file and moves it when found to a new directory. I know there are dangers involved surrounding user interactivity and error messages when trying to implement this type of solution, but we feel this is a very basic function that wont put out many if any errors.
do i need a class module? I dont have any need for any other program to interact or communicate with this service. can the routine be run within a BAS sub routine? All functions that we need can be accomplished in one SUB function that perpetually loops.
thank you for any suggestions to this inquiry. Yes, i have never built a service, and it is my understanding that this challenge can be written in the ActiveX.exe format. is this accurate?
tom
|