开发者

Autostart regulated by checkbox in C#

开发者 https://www.devze.com 2023-01-05 01:11 出处:网络
Is there any way for C# windows application to have user-regulated autostart which could be turned on and off on demand? Like, you mark a checkbo开发者_运维技巧x and from now on the program starts wit

Is there any way for C# windows application to have user-regulated autostart which could be turned on and off on demand? Like, you mark a checkbo开发者_运维技巧x and from now on the program starts with Windows, until you unmark the checkbox again? All I could find was tips on how to manually edit Windows registry, but I want the program to have it as a built in function which any user could easily turn on and off.


You can manipulate the Registry in a C# program. Just implement the manual way in code and you have your button. this will probably help you.

0

精彩评论

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

关注公众号