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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:13:10+00:00 2026-05-29T21:13:10+00:00

I have developed a Windows Forms application which is used on a touchscreen computer.

  • 0

I have developed a Windows Forms application which is used on a touchscreen computer. Is it possible to display a keyboard when the user clicks on an input box (textbox)? And how can i do that ?

  • 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-29T21:13:11+00:00Added an answer on May 29, 2026 at 9:13 pm

    Are you aware Windows has an on screen keyboard?

    In Windows 7 it is All Programs > Accesseries > Ease Of Access > On Screen Keyboard.

    You can write you own if you want, but I use the Windows one all the time when I do not feel like picking up the keyboard.

    You can create a shortcut to it:

    The location is %windir%\system32\osk.exe

    So to launch it, in the TextBox_Click event (or whatever event you want to fire)

    // Should work, I have not tested it.
    System.Diagnostics.Process.Start(“c:\Windows\System32\osk.exe”);

    Just an update: On my machine at work I got an error trying to run that code (I built it as a test) and I had to copy the osk.exe to another directory and then launch it and it worked.

        /// <summary>
        /// Test to show launching on screen board (osk.exe).
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void textBox1_Click(object sender, EventArgs e)
        {
            try
            {
                Process.Start(@"c:\Temp\OSK.exe");
            }
            catch (Exception error)
            {
                string err = error.ToString();
            }
        }
    

    And this code worked.

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

Sidebar

Related Questions

I have an application which was developed under Windows, but for gcc. The code
I have developed a Windows application in .NET which uses a SQL Server database
I have a Windows Forms application, developed in C#, that would benefit from being
I have a Windows Forms application developed using C# in .NET framework 3.5, Service
I have developed a Windows Forms application and it has a datagrid with checkbox.
I have developed a windows sidebar gadget which plays videos in a flash player,
I have a windows application that acts as a WCF Service that I developed
I have a Windows Forms application that currently loads a database on startup. The
Currently I am working with: C# Windows forms application I currently have a problem
I have developed a quite large application using MFC. Naturaly, I used GDI for

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.