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 8862213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:40:27+00:00 2026-06-14T15:40:27+00:00

I add the method OnKeyDown that check if the user pressed on F1. If

  • 0

I add the method “OnKeyDown” that check if the user pressed on F1.
If the user pressed on F1 => i call some method that make some action.

But if the key is not F1 => i need to continue the simple key event ( like add the key value ( char ) to the editbox and so on )

How can i continue the simple flow ?
How to send the key value to the editbox ?

Thanks

  • 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-06-14T15:40:28+00:00Added an answer on June 14, 2026 at 3:40 pm

    Here is an example with a Textbox:

    Put the specific logic in your OnKeyDown event, you can use the e.handled = true to stop the processing.
    You don’t need special handling for all other key combinations as it will be added to the textbox automatically.

    private void TextBox1_OnKeyDown(object sender, KeyEventArgs e)
        {
            if (e.Key == Key.F1)
            {
                // Your logic here
                ...
    
    
                e.Handled = true;
                return;
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some UI controls that are using DataBindings.Add method, and it works if
I find that Add method and Set method are same function but I don't
I've a need to add method that will calculate a weighted sum of worker
I've tried the add() method but nothing is displayed when I try to add
i am trying to add method or variable declarations to org.eclipse.jdt.core.dom.CompilationUnit, but I can't
The python interface to the memcache has an add method: add(key, value, time=0, min_compress_len=0,
I would like to unit test an Add method in a repository that returns
I have a repository with an Add method that takes an IEnumerable as parameter:
Googling shows there is to be an Add method for this, but there seems
what is the authType in CredentialCache.Add Method ? http://msdn.microsoft.com/en-us/library/czdw7s9e.aspx I do not understand what

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.