Take a look through all the static methods on the Console class. It is defined in the "System" namespace. Since you're using Visual Studio, use intellisense to look at the methods defined on the Console class. There are several, including Console.ReadKey(), which is what you seem to want.