Martin Anderson

Results 160 comments of Martin Anderson

A new PresentationTheme needs to be made, which matches the look of the WinUI 2.6/Windows 11 controls - and then that is used by default for WPF apps running on...

> Maybe also looking inside zip files and opening files from there should be supported? > (it is working like that currently in the file explorer) > > BTW: extracting...

WinUI 3.0 will be out soon, so that will help move parts of the app over to Modern XAML UI, whilst remaining and retaining as much Win32 code as you...

This is standard common behaviour for UWP apps using NavigationView, but Calculator is more A-typical by using the collapsed overlay mode, because of the common option for keeping the window...

I think because this project originated within the Windows OS code base, and probably relies on code from the previous Win32 code - this is why it is as it...

> Instead of C#, you should migrate WinRT code to C++/WinRT. You'll get much better performance than C++/CX. C# is being proposed for the UI Views to open up community...

> > FYI: "[UWP platform is now deprecated](https://winaero.com/microsoft-has-published-details-on-how-to-migrate-uwp-apps-to-windows-app-sdk/)". > > UWP isn't deprecated, latest .NET support and WinUI 3 is not available. Not deprecated, but that is the intention. Future...

Originally it was a single instance app, but the feedback wanted it to support multi-instance. I agree it could be added as an optional setting. Software like VLC gives the...

VLC offers a choice on how multiple-instancing works. ![image](https://user-images.githubusercontent.com/7389110/55827796-f2053300-5b02-11e9-83ce-95a1821de825.png) You could have a toggle button, and change the about dialog into a settings screen. **Allow a single instance of Calculator...

Having one calculator open in programmer mode, and another in standard mode can be very useful. But having the option would make the most sense.