944,123 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 19788
  • C# RSS
Nov 15th, 2005
0

Simulating on screen keyboard - Windows application in C#

Expand Post »
Hi,

I need to use an on screen keyboard with windows application. Can anyone help me on how to do that?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Subhashini_A is offline Offline
1 posts
since Nov 2005
Nov 15th, 2005
0

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

Quote 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

C# Syntax (Toggle Plain Text)
  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
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: indexing
Next Thread in C# Forum Timeline: Tab Control





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC