开发者

how do i make my program startup before logging in?

开发者 https://www.devze.com 2023-03-29 08:56 出处:网络
I need to create a program that runs before a user logged in. I want to create that p开发者_如何学编程rogram in C#. Can someone give me a hint where and how to start.You have to write a Windows Servic

I need to create a program that runs before a user logged in. I want to create that p开发者_如何学编程rogram in C#. Can someone give me a hint where and how to start.


You have to write a Windows Service. Choose Project type Visual C#->Windows->Windows Service and have a look at MSDN what you have to implement

Introduction to Windows Service Applications


You would need to use a windows service. Once you understand the concept it's easy. Basically it's an application that runs in the background (no UI) and is started from Windows.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号