Wicked Cat
✅ To run this application you must install .NET
Hello there, so I've downloaded a project from github and opened it in visual studio but I get that error whenever I try to run it. I've updated to 7.0.306 and checked the VS installer to make sure everything .NET was checked. Not quite sure what else to do and would appreciate the help, thanks.
14 replies
✅ How to make a custom converter in .net 6.0 using wpf?
Hello, sorry I couldn't find anything useful using google so i'm asking here, sorry if it's obvious.
So i'm trying to make a converter class, but I can't use IValueConverter because System.Windows.Data doesn't exist. When I try making the class without IValueConverter and adding a reference to it in the xaml file it's not found. I'm quite lost but I've read that Windows.Data doesn't work with my version of .net?
Thanks everyone for the help
19 replies
✅ Is there a way in Xaml/WPF to hide the x button or keep the player from closing the window?
Hello! So i'm building just a little rpg with xaml and as i'm opening new windows for certain events like combat I don't want the player to be able to close the window without finshing the fight.
I only know Show and ShowDialog. Thanks!
13 replies