Thread: Ignorning Alt+Enter

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    145

    Ignorning Alt+Enter

    How would this be done? Also, what is 'Alt', if I was to compare it to a value (likely the user input).

    Code:
    if (Userinput == 'Alt')
    {
    // Bla
    }
    Except I know the 'Alt' I put there isn't right, so what do I put there? Any help is appreciated.
    Last edited by Kyoto Oshiro; 11-19-2002 at 10:28 PM.
    "Um...well..."
    -Kyoto Oshiro

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help With a BlackJack Program in C
    By Jp2009 in forum C Programming
    Replies: 15
    Last Post: 03-30-2009, 10:06 AM
  2. Assignment output help
    By Taka in forum C Programming
    Replies: 13
    Last Post: 09-23-2006, 11:40 PM
  3. endless loop for scanf - plz help
    By owi_just in forum C Programming
    Replies: 18
    Last Post: 03-20-2005, 01:41 PM
  4. hi need help with credit limit program
    By vaio256 in forum C++ Programming
    Replies: 4
    Last Post: 04-01-2003, 12:23 AM
  5. terminate 0 - PLEASE HELP
    By Unregistered in forum C Programming
    Replies: 11
    Last Post: 11-21-2001, 07:30 AM