How To Make An Application A Service In VB 6
-
Hi, well Mr.Yulianto told me the solution to put my application in start up folder but i want to do this task programmatically.So Any one please tell me how to make the application a service in VB 6 so that it starts automatically when the windows starts.
-
Hi, well Mr.Yulianto told me the solution to put my application in start up folder but i want to do this task programmatically.So Any one please tell me how to make the application a service in VB 6 so that it starts automatically when the windows starts.
A quick google brings up a load of information. This one is of particular interest. http://vbwire.com/advanced/howto/service2.asp[^] As far as i know this is acurate as VB6 cannot create a service like VB.Net can. Really google should be your first search before posting to the forums. It took me 5 seconds to find this article and would only take a few mins more to get all the info i would need to do this. So far it has taken you 2 posts and probably a good few hours to get this far by posting straight to the forums. Asking in the forums is no replacement for some honest legwork. Jon
-
Hi, well Mr.Yulianto told me the solution to put my application in start up folder but i want to do this task programmatically.So Any one please tell me how to make the application a service in VB 6 so that it starts automatically when the windows starts.
Hi, It can be done through 'Windows Services' in .NET With Regards, Pandian S:-D