Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwickdev/uwp-fulltrust
https://github.com/stefanwickdev/uwp-fulltrust
desktop uwp windows10
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanwickdev/uwp-fulltrust
- Owner: StefanWickDev
- Created: 2018-03-28T05:33:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T04:33:20.000Z (over 6 years ago)
- Last Synced: 2024-10-11T14:20:10.197Z (3 months ago)
- Topics: desktop, uwp, windows10
- Language: C#
- Size: 1.69 MB
- Stars: 58
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UWP with Desktop Extension Tutorial
Sharing the code for the tutorial from my blog: https://stefanwick.com/2018/04/06/uwp-with-desktop-extension-part-1/
You will need the following setup to run these projects:
- Windows 10 build 16299 or later
- Windows SDK build 16299
- Visual Studio 2017 Update 5 or laterTo Build/Deploy and Run the sample projects see the read.me for each individual project:
- Part 1 - Hello World (MS Store: https://www.microsoft.com/store/apps/9ND9W9HWSWNS)
- Part 2 - Launching multiple processes, passing in launch arguments (MS Store: https://www.microsoft.com/store/apps/9PLMLGKSCZQW)
- Part 3 - Communication between UWP and Desktop code (MS Store: https://www.microsoft.com/store/apps/9NR0G35Q2F65)