Board index » cppbuilder » VCL keyboard component

VCL keyboard component


2004-09-18 05:54:12 AM
cppbuilder68
Does anyone know of a vcl component library that has a component for adding
a Querty keyboard (or some other keyboard layout) to a BCB 5 form?
Jim Z.
 
 

Re:VCL keyboard component

Quote
Does anyone know of a vcl component library that
has a component for adding a Querty keyboard (or
some other keyboard layout) to a BCB 5 form?
Have you tried LoadKeyboardLayout() API?
Best regards,
Vladimir Stefanovic
 

Re:VCL keyboard component

No, I have no idea what it is or how to use it. Can you point me to some
help documentation?
Thanks!
Jim Zirbes
"Vladimir Stefanovic" < XXXX@XXXXX.COM >wrote in message
Quote
>Does anyone know of a vcl component library that
>has a component for adding a Querty keyboard (or
>some other keyboard layout) to a BCB 5 form?

Have you tried LoadKeyboardLayout() API?


Best regards,
Vladimir Stefanovic




 

{smallsort}

Re:VCL keyboard component

Quote
No, I have no idea what it is or how to use it. Can you point me to
some
help documentation?

Thanks!
Jim Zirbes
Of course. There is detailed explanation in BCB Help:
Start / Programs / Borland C++ Builder 6 / Help /
/ MS SDK Help files / Win32 SDK Refernce
Best regards,
Vladimir Stefanovic
 

Re:VCL keyboard component

Thanks for your help but I should have explained a little better in my first
message. What I need is a BCB VCL component that can put a functional
keyboard on a form (the screen) for use in Touch Screen applications. Do you
know of such a product? Thanks again!
Jim Zirbes
"Vladimir Stefanovic" < XXXX@XXXXX.COM >wrote in message
Quote
>No, I have no idea what it is or how to use it. Can you point me to
some
>help documentation?
>
>Thanks!
>Jim Zirbes

Of course. There is detailed explanation in BCB Help:

Start / Programs / Borland C++ Builder 6 / Help /
/ MS SDK Help files / Win32 SDK Refernce


Best regards,
Vladimir Stefanovic



 

Re:VCL keyboard component

Quote
Thanks for your help but I should have explained a little better in
my first
message. What I need is a BCB VCL component that can put a
functional
keyboard on a form (the screen) for use in Touch Screen
applications. Do you
know of such a product? Thanks again!
Google for: "C++ Builder" touch screen keyboard
Best regards,
Vladimir Stefanovic