WindowsAppSDK
WindowsAppSDK copied to clipboard
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Currently, we are limited with very less number of information on hardware on UWP api's that win32 had for decades. List of things should be added sooner than later into...
I noticed this months ago but I didn't know where to put it at the time. So, I kinda forgot about it. This reddit post reminded me of it. https://www.reddit.com/r/Windows10/comments/hhwn2z/so_when_i_can_expect_the_context_menus_to_have/...
I really want the next version of windows forms for modern devices with easier event driven coding and UX drag and drop UI
# Proposal: UPW apps should have to ask for user-consent for accessing the clipboard even when in the foreground ## Summary The [UWP Clipboard APIs](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboard?view=winrt-19041) currently allow read/write access to...
Update the installer build to change input of packages to include to a .json file as a build parameter. From jonwis: Feels like this data should be some kind of...
Update the installer project to be fully localized and resolve the wcout vs printf usage throughout. _Originally posted by @jonwis in https://github.com/microsoft/ProjectReunion/pull/444#discussion_r575425695_
# Proposal: Add an autofill API so apps like Microsoft Authenticator can use it ## Summary Add APIs/standards for a system-wide autofill service in Windows. App developers like Microsoft Authenticator...
# Proposal: Enable access to the GazeInputSourcePreview messages via a Win32 API ## Summary Expose all GazeInputSourcePreview messages ([https://docs.microsoft.com/en-us/uwp/api/windows.devices.input.preview.gazeinputsourcepreview?view=winrt-19041](https://docs.microsoft.com/en-us/uwp/api/windows.devices.input.preview.gazeinputsourcepreview?view=winrt-19041)) via a Win32 API ## Rationale 1. Support for Win32 apps...
# Proposal: Provide new easy to use Windows Runtime APIs for alternate data streams Today if you want to access and write to alternate data streams, you need to use...
# Proposal: Allow UWP apps to get hidden folders and files inside an accessible folder Today GetFileAsync and GetFolderAsync will not work for hidden files. Please provide a way to...