Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6611947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:02:13+00:00 2026-05-25T20:02:13+00:00

I have the following key handler: void Form1::texBox_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e) { //New lines

  • 0

I have the following key handler:

void Form1::texBox_KeyDown(System::Object^  sender,
             System::Windows::Forms::KeyEventArgs^  e) {
    //New lines in response to suggestion of using keypress
    if (Control::ModifierKeys == Keys::Alt) return;
    e->SuppressKeyPress=true;
    unsigned char chr = (unsigned char)e->KeyCode;
    //char chr = (char)e->KeyCode; //Gives negative 'values'
    if (chr < ' ') return;
    //else do stuff
}

This handles numbers and letters appropriately, but when I press any punctuation the KeyCodes go completely mental. Using signed char I got -66 for ‘.’ and 190 with unsigned char.

I assume this must be due to something I messed with with Windows, please would someone offer a better way to handle textual keyboard outside of a Forms’ standard document containers?

Keypress sounds good, will it work to supress output though? Maybe even ‘Alt’ detection (just to route the handy alt-F4 combo really)? Please see the two lines I added at method’s entry point. KeyPress is easier than getting my dllimport to work, just need to handle arrow keys and page up/down, perhaps I need both…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:02:14+00:00Added an answer on May 25, 2026 at 8:02 pm

    If I remember correctly, the KeyDown event is used mostly for handling “special” keys, i.e. function keys, Home/End, etc. KeyCode is the actual keyboard (hardware) “scan code”, which is not guaranteed to be the same as the Unicode character value.

    If you want the character values, you probably want the KeyPress event instead of KeyDown. However, if you also want to handle “special” keys, then you will need both.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code private Map<KEY, Object> values = new HashMap<KEY, Object>(); public
I have following table structure: Table: Plant PlantID: Primary Key PlantName: String Table: Party
I have the following construction: typedef struct bucket { char *key; ENTRY *data; struct
I have the following pseudo-SQL schema: table flight id int primary key date timestamp
In a table I have the following schema table1: playerID int primary key, nationalities
I have two database tables with the following structure: actions: action_id int(11) primary key
I have a table (session_comments) with the following fields structure: student_id (foreign key to
I have a class like the following: public class DropDownControl<T, Key, Value> : BaseControl
I currently have the following registration set up private static void AddFrameworkComponentsTo(IWindsorContainer container) {
I have a database that I have created with the following handler: public class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.