Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Oct : Virtual keyboard in Touchscreen app.
| Subject: | Virtual keyboard in Touchscreen app. |
| Posted by: | "H. Bouty" (hbou..@gmail.com) |
| Date: | Sun, 29 Oct 2006 00:17:17 |
Hi All,
I'm making a kiosk app, instead of all buttons, I need to include one or two
data fields for user to enter criteria for searching database. I made a
virtual keyboard in a separate form, when user 'clicks' the field the
virtual keyboard will popup, everything's OK, except I cannot insert the
character pressed by the user in the buttons represent alphabet in the VK to
be shown in the field. I tried Peter Below's PostKeyEx found in the net
without success, wrong implementation? Please help.
TIA,
HB