❔ 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
i did this and idk on windows forms
idk what to do
when i make it run it opens these
did i need to do all of this somewhere else
$convention
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
read on constructors
read on method overloading
$details
what are you expecting to happen, and what's actually happening?
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)
you cant define 2 Main methods in your project, only one is allowed
read the errors, it should tell you why they arent working
ok
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.