Hi everyone,
Major C# newb here. I literally just started learning the language a few days ago..
I've been using just a txt editor and console to compile.
I've gone through a beginner tutorial and I feel like I pretty much understand syntax. But now I'm trying to get a better feel for actual implementation.
For starters I'd like to get more familar with the GUI coding.
Now to my actual question...
I've been trying to create my intial "window" for my app and I notice that everytime I create a form its only like 300 by 300.
I'd like for it be fullscreen. I was wondering how to accomplish this.
I know you can maximize the form window but I'd like for the app to start maximized. And I also noticed that everytime I run the application by double clicking on the "exe" file. That a new cmd console is created behind the form window. I was wondering how I can start the app without the console appearing behind it.
Thank you all for helping.