Sunny99
Sunny99
CC#
Created by Stefcho.Toqgata#5359 on 12/27/2023 in #help
Form Window blank after compiling
?
4 replies
CC#
Created by Stefcho.Toqgata#5359 on 12/27/2023 in #help
Form Window blank after compiling
What and what did you add to the form
4 replies
CC#
Created by Stefcho.Toqgata#5359 on 12/27/2023 in #help
Form Window blank after compiling
Where your code you compile
4 replies
CC#
Created by Shemiroth on 12/11/2023 in #help
Creating a new API
You can still use Postman to view your spec as it works just like swagger
21 replies
CC#
Created by gaben on 12/4/2023 in #help
Add attribute to property in base class from derived class when base property already has attribute
In the derived class all you need is to override the (someProperty) method and add changes you want
3 replies
CC#
Created by Rykorra on 11/7/2023 in #help
❔ Adding up checkBoxes and Radio Buttons into list box
All you need is to create method in your program.cs and calculate accordingly.. somehow I still don't understand what your questions are exactly
5 replies
CC#
Created by popcorn on 11/6/2023 in #help
❔ query all items that match both properties.
Just read about FROM, WHERE, SELECT, INTERSECTBY clause and how to use it to manipulate data, almost the same thing if you know about database
19 replies
CC#
Created by Rugjrh on 10/29/2023 in #help
❔ Database
A screenshot error is needed to know what actually happened. If the server side is properly connected well, then it shouldn't close
8 replies
CC#
Created by ForbiddenBoX on 10/28/2023 in #help
❔ Can WPF do this
Yes you can, although it depends on your end game
11 replies
CC#
Created by MRW419 on 10/27/2023 in #help
❔ What is the problem with this code?
Without adding break at end of your switch method, you will likely encounter error e.g Switch(later) { case( ToString) foreground: return speed *1; break; case etc .. ... default: return speed *1; break; }
8 replies