Gijs
❔ winforms storage system (beginner)
I'm new to winforms and for school I have to make a storage system. I'm completly done the only thing that doesn't work is the selling of shoes, I have no idea how to implement this.
I use a datagridview to show the storage, the person selling has a textbox and a button where they can first put the number in the textbox and then click the button to remove x amount of shoes
this is my code:
if there is anything else you spot wrong with the code please let me know!
145 replies
✅ C# webforms counting problem
Hey I'm new to c# I have been working with c# for 3 days now but I stummbeld on a problem I can't get fixed
once I do this I get the error: Operator '-' cannot be applied to operands of type 'string' and 'int'. And I have no idea how to fix it. It's probarlly something really simple but I just can't seem to get it
6 replies