CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Dec 2001
    Posts
    391

    How do i get keycodes without having to press RETURN key (C# 1.1)

    I notice that in 1.1 there seems to be no way to get the user's key input, using the System.Console class's Read() function, without first hitting the enter key. I looked for other functions and in other classes and it doesnt seem possible in 1.1 ... How can something so basic and obvious be overlooked in 1.1 .. I do know that in 2.0+ ms finally added a ReadKey() function...

    Does anyone have an coding alternative for 1.1 users? (and saying: "upgrade" isnt what i am looking for).
    Last edited by quantass; July 12th, 2008 at 01:39 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured