Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OnExit - Need help in the worst of ways!!!!

0 views
Skip to first unread message

>customerlinx.com

unread,
Dec 31, 2001, 3:45:11 AM12/31/01
to
I am trying to create an ActiveX component from a VLC component that I
wrote. The VCL component is a descendant of TEdit and it has an
OnExit event handler that processes the text whenever the component
looses focus. This OnExit event fires properly as a VCL component but
always fails to get fired as an ActiveX component. I will be happy to
send a sample VCl component and source that demonstrates this.

I posted this question before but never received a response.

System: D5 and W2K Pro.

Bill

Linus Elman

unread,
Jan 11, 2002, 5:12:01 AM1/11/02
to
You cannot capture componentmessages in an activex. You must solve it in
some other way, like using a timer that calls GetCursorPos frequently and
then you have to determine if the cursor is over the control or not.


0 new messages