Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

on screen keyboard

Status
Not open for further replies.

98551465

MIS
Joined
Sep 14, 2003
Messages
3
Location
SG
hi experts

newbies here, currently doing project name on-screen keyboard using vc++, really dont's know how to start. if i using MFC, which function or API i have to use ? and how.

thanks for enlighten me!
bb
 
under which version of windows are you trying to do it? Windows 2000 or higher already has it as a standard utility, lok in:
start->programs->accesories->accesibility->On Screen keyboard.
f there is no such program, you should just install it from windows install CD.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
yes i know, currently using window XP, sorry for i never said it clearly, the project is mainly design for disable people , the concept is some like on screen keyboard but we are going to modified it.
coz i am newbies in this, please enlighten me we should i start
 
use Win32API and put scan codes in keyboard port, Operation System will do all other things for you.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
still can't figure out when user click a char button, how is the char will show on applicatin like word ?

what exactly API need to use ?
 

>> the concept is some like on screen keyboard but we are
>> going to modified it.
>> coz i am newbies in this, please enlighten me we should
i start

So your a newbe and you are going to develop an on screen keyboard that is better than the one developed by/for Microsoft.

[soapbox]
One of the most common problems I see with people starting down a new programming path is they expect things to be simple. They therefore don’t read any documentation or tutorials and they think they can just start writing code for their project. This creates a problem for them that is extremely complex since it is the sum of all the parts, none of which they understand. Be patient, learn each subject separate from the others (simplify / divide and conquer )
[cheers]

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top