UWP Start background task at startup
UWP Start background task at startup
I just started learning UWP and i'm really confused on how it works. I already saw tens of posts that talk about my problem but can't figure out how to do what I want.
So I want to make an app that runs on windows startup, I want the app to be not visible so it needs a background Task, how can I trigger this background task without getting to the app UI ?
The app is supposed to have the Background Task always running, and its interface is supposed to be used as "settings" so I don't need the app to be shown on startup.
Thanks.
1 Answer
1
if your are just starting out use Windows Template Studio it will be perfect for you it is an extension of visual studio which lets u create new uwp projects with a lot of built in features, and u can only choose the features you want, will save u a lot of time on basic stuff.
https://github.com/Microsoft/WindowsTemplateStudio
wizard actually generated code for you along with the docs and comments so that u can actually understand how it is being done in ur app :)
– touseefbsb
2 days ago
I'll check it thanks !
– Motaz Barbouch
2 days ago
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Thanks, but I want to understand how it works not just using it with a wizard
– Motaz Barbouch
2 days ago