View Single Post
Old 01-09-2009, 11:53 AM   #4 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 585

jaeusm is on a distinguished road

Default Re: C#, kbhit & getch

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.
jaeusm is offline