56: FotoAssemblyline is out in Microsoft Store
Lately I spent some time converting some of my old code to an app, but of course with some new libraries. I published this app FotoAssemblyline to Microsoft Store. It is built using WinUI3 v ...
some of them may be useful
Lately I spent some time converting some of my old code to an app, but of course with some new libraries. I published this app FotoAssemblyline to Microsoft Store. It is built using WinUI3 v ...
I can’t help it. Couple days ago, I encountered another UWP WTF moments. There are solutions to all, but it is just not natural. Making me question if UWP gets any love at all. One ...
Here is how anyone can reproduce it. Create a custom control that is a MenuFlyoutItem and re-template it as this: <MenuFlyoutItem.Template> <ControlTemplate> <Grid x:Name=”RootGrid” Width=”280″> <HyperlinkButton Content=”Microsoft home page” Click=”{Binding ElementName=Host, Path=ViewModel.SignoutCommand}” /> </Grid> </ControlTemplate> ...
I have been encountering very unhelpful error messages when working with UWP. I am sure at least one of them inherit from WPF, but most of them appear to be new to me. Here is ...
Coming from years of experience with WinForms and WPF, UWP is weird. I am continuously having surprises (sometimes good, but sometimes poor) since working with UWP lately. Some of those gotchas are almost like in ...
Wow, I am back. My last post was in the end of April and now it is the end of November. Definitely a lot of things have happened in the last 7 months. We are ...