Simulating on screen keyboard - Windows application in C#

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2005
Posts: 1
Reputation: Subhashini_A is an unknown quantity at this point 
Solved Threads: 0
Subhashini_A Subhashini_A is offline Offline
Newbie Poster

Simulating on screen keyboard - Windows application in C#

 
0
  #1
Nov 15th, 2005
Hi,

I need to use an on screen keyboard with windows application. Can anyone help me on how to do that?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: Simulating on screen keyboard - Windows application in C#

 
0
  #2
Nov 15th, 2005
Originally Posted by Subhashini_A
Hi,

I need to use an on screen keyboard with windows application. Can anyone help me on how to do that?
Windows has a built in one. you could just start that up from within your app. Using Process.Start(). If you need help. Say so.

this should get you going

  1. using System.Diagnostics.
  2. //you neeed that header
  3.  
  4.  
  5. //set this as a buton click if you want.
  6.  
  7.  
  8. Process.Start(@"C:\windows\system32\notepad.exe);
  9.  
  10. //that will start notepad
  11. //just replace the path to notepad to the path to the
  12. //osk...not sure what it is though. i think its in system32
  13. //try @"C:\windows\system32\osk.exe"
  14.  

-T
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC