C
C#2y ago
gododo

❔ How can i make this work on windows forms

im trying to make this work on windows forms but idk what im doing wrong
12 Replies
gododo
gododo2y ago
i did this and idk on windows forms
gododo
gododo2y ago
idk what to do
gododo
gododo2y ago
when i make it run it opens these
gododo
gododo2y ago
did i need to do all of this somewhere else
Anton
Anton2y ago
$convention
MODiX
MODiX2y ago
Naming convention is an important quality of life, for those who write and read the code. Having meaningful and consistent naming conventions can improve a lot, not only the readability of your code but also its maintainability. This is one great article on naming conventions https://www.c-sharpcorner.com/UploadFile/8a67c0/C-Sharp-coding-standards-and-naming-conventions/ and additionally Microsoft Code Style suggestions and examples https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/coding-style.md
Anton
Anton2y ago
read on constructors read on method overloading
jcotton42
jcotton422y ago
$details what are you expecting to happen, and what's actually happening?
MODiX
MODiX2y ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
TheRanger
TheRanger2y ago
you cant define 2 Main methods in your project, only one is allowed read the errors, it should tell you why they arent working
gododo
gododo2y ago
ok
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.