Hi, Im new here. Call me alexandergre and Im 17 from Sweden. Natural-science student. We are programming with C# but only with console apps (just for now)


My questions:
1.A code which makes the console run in fullscreen. I have played around with SetWindowsSize but didnt succeed to make it fullscreen!

2.
Console.Write("Password: ");
string pass = Console.ReadLine();
I dont want the password to be visible when Im typing it! I want it to be stars or dots!

thank you very much!
/ this is not a homework. I am just extra working on a project for my self!