Virtual keyboard API or code that runs on WinXP and/or Vista?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, This project is using C++ with MFC with Visual Studio 2005. I'm converting over an old WinCE project which used to use SHSipPreference and some keyboard dlls called NumSip and AlphaNumSip which essentially popped up a virtual keyboard on the PDA. I'm trying to find something similar for WinXP that I can use instead. I need an ability to control the keyboard from within the program, tell it when to pop up and close, etc. Aside from just writing a virtual keyboard from scratch (which would work fine but I don't have a lot of time to do this), does anyone know of an existing API/lib/code or anything that does this already? Thanks!
KR