Link to home
Start Free TrialLog in
Avatar of Theo Kouwenhoven
Theo KouwenhovenFlag for Netherlands

asked on

OSK program needed

Hi Experts,

Can someone help with the sourcecode for a complete working OSK?
- only  characters A-Z and numbers 1-9 are required.
- I have my own semi transparent layout allready (Keys are Image1(xx)  objects)
- preferable unload or close on lost focus.

Thanks for your help !!!!
Avatar of 3_S
3_S

Can' t you use the built in osk from windows. (or you don't want a complete keyboard?)
use the command osk

shell ("osk")
Avatar of Theo Kouwenhoven

ASKER

the OSK from WIndows is to small to use on a 11" touch screen.... Any OSK that is big enough is so big that it cover my input window, so I made a semi transparent keyboard within an application that worked fine, now i need it with more applications so I like to isolate this and make it a real OSK.

Thanks
Murph
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
"Please can you explain me where it is arranged that the keyboard is centered on the screen?"

Have you tried setting the StartUpPosition() property of your Form to "2 - CenterScreen"?...
Hi Idli Mind,

Thats not what I mean, before I applied your sugested source, the keyboard was  at the center of the bottomline of the screen, Now its in the exact middel (vert. and hor.) If I set the position the way I used to (top and left) it will not workanymore (maybe because it becomes the active app).

Thanks
Murph