C
C#3y 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
gododoOP3y ago
i did this and idk on windows forms
gododo
gododoOP3y ago
idk what to do
gododo
gododoOP3y ago
when i make it run it opens these
gododo
gododoOP3y ago
did i need to do all of this somewhere else
Anton
Anton3y ago
$convention
MODiX
MODiX3y 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
Anton3y ago
read on constructors read on method overloading
jcotton42
jcotton423y ago
$details what are you expecting to happen, and what's actually happening?
MODiX
MODiX3y 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
TheRanger3y 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
gododoOP3y ago
ok
Accord
Accord3y 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.

Did you find this page helpful?