Wicked Cat
Wicked Cat
CC#
Created by Wicked Cat on 8/19/2023 in #help
❔ struggling with reading data from xml files
112 replies
CC#
Created by Wicked Cat on 8/13/2023 in #help
✅ Opening a new WPF window stops code from running until it closes
4 replies
CC#
Created by Wicked Cat on 8/7/2023 in #help
✅ 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
CC#
Created by Wicked Cat on 7/15/2023 in #help
❔ visual studio debugger skipping chunks of code
35 replies
CC#
Created by Wicked Cat on 6/29/2023 in #help
✅ The event can only appear on the left hand side of += or -=
18 replies
CC#
Created by Wicked Cat on 6/14/2023 in #help
✅ 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
CC#
Created by Wicked Cat on 6/8/2023 in #help
❔ Why is my decimal rounding?
I have to be missing something obvious but I would appreciate some help >.> with merchant.markup = 20, the decimal markup should be 1.2 but it's 1 '
decimal markup = (CurrentMerchant.Markup / 100) + 1;
decimal markup = (CurrentMerchant.Markup / 100) + 1;
14 replies
CC#
Created by Wicked Cat on 6/8/2023 in #help
✅ 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