Jaiganėsh Kumaran
Jaiganėsh Kumaran
Seems like the Calender is able to show content from the People app when you click on a specific event member even though the People app is now in a...
@mdtauk I know Mail and Calender are in the same package but how UI from People from Calender? I only know about launching for results which would show a modal...
No those APIs for adding yourself to the File/Folder Picker. I think this is some undocumented stuff that only Microsoft knows
The description for the Windows Runtime Component (WinUI 3) C++ project template says that it can be used in both UWP and desktop apps which means it shouldn't access Desktop...
> We just started writing a new Application and decided to use C++/WinRT. Initially this was limited to UWP which is not really what we wanted. When I saw the...
Workaround: Instead of including the header that contains the interface, copy just the interface definition and paste it into the source file that you're using it in.
> Why not simply just use Winaero Tweaker to extract the images? You can't do that programmatically in your UWP app. Also, Winaero Tweaker is a Win32 desktop app that...
@DefaultRyan Why not represent PSECURITY_DESCRIPTOR as a WinRT class?
This should be done. MSIX desktop apps running with partial trust will be more secure. Unless full system access is needed, better run all apps in an AppContainer even if...
One problem with the packaging project requires the runFullTrust restricted capability even if you set EntryPoint="Windows.PartialTrustApplication" in the Application node