Windows Service
-
Hi, I want to make a windows service that run in the process. I want that at specific time (Time Which Mention in the code) a message box will be display and when user click on OK then another application should be open. I hope someone help me Thanking You (Hemant Uttam Mane)
-
Hi, I want to make a windows service that run in the process. I want that at specific time (Time Which Mention in the code) a message box will be display and when user click on OK then another application should be open. I hope someone help me Thanking You (Hemant Uttam Mane)
Hemant_Mane wrote: I want to make a windows service that run in the process. You didn't ask any specific questions so it's hard to help you with any problems... BUt, I've got one for you. What do you mean by "run in the process"? Are you using VB or VB.NET? VB.NET is easy enough. Just create a Windows Service project. When you install the app, make sure it is using the Local System account and 'Allow service to interact with desktop' is checked. RageInTheMachine9532