Board index » cppbuilder » Trouble Using VC++ ActiveX Control in BCB5

Trouble Using VC++ ActiveX Control in BCB5

I have an ActiveX control that was written in Visual C++ and have placed it
on a form in Builder 5.  For some reason it is not processing the keyboard
events.  KeyPreview is set to true, but it still won't let you type text
into the text boxes on the ActiveX control. Any ideas?
 

Re:Trouble Using VC++ ActiveX Control in BCB5


Use a monitoring tool ( Spy++ ) to see where the keystrokes go. That can
give you an idea how to proceed.
.a
Quote
Justin Evans wrote:

> I have an ActiveX control that was written in Visual C++ and have placed it
> on a form in Builder 5.  For some reason it is not processing the keyboard
> events.  KeyPreview is set to true, but it still won't let you type text
> into the text boxes on the ActiveX control. Any ideas?

Re:Trouble Using VC++ ActiveX Control in BCB5


Would you please how to place an ActiveX control in a form. I can not make it. Thanks.

Quote
"Justin Evans" <jev...@ise-tlx.com> wrote:
>I have an ActiveX control that was written in Visual C++ and have placed it
>on a form in Builder 5.  For some reason it is not processing the keyboard
>events.  KeyPreview is set to true, but it still won't let you type text
>into the text boxes on the ActiveX control. Any ideas?

Other Threads