C# App - creating an auto launch app
I'm just wondering if it is possible to create an app (C#) tha开发者_如何学运维t gives the option to auto-launch?
Cheers
if you mean you would like your application to start everytime the system is booted you should register it in the startup folder or in the Run section of the registry.
精彩评论