FranklinYeung
Programmer
Hi all,
I have created an active x control "panel.ocx" by VB6.
This active x is used to detect a hardware panel, when user click different button (e.g. "Start", "Stop", "Skip"
, different event will be driven. A simple VB6 program with this active x prove me both hardware & software works.
What i want is to add this control in a VFP6's form in order to detect the event(s) so that i can display different message on the form according to which button pressed by user. However, there are no any event occured for all case.
I am sure I registered the active X by :
regsvr32 panel.ocx
Can i add the active x control on VFP's form directly so that event can be occured just like in VB6? Why VB6 and VFP6 return such different response (event occured in VB6 but not in VFP). What i missed in VFP?
Thank you for any help / reminder.
^_^
Franklin
I have created an active x control "panel.ocx" by VB6.
This active x is used to detect a hardware panel, when user click different button (e.g. "Start", "Stop", "Skip"
What i want is to add this control in a VFP6's form in order to detect the event(s) so that i can display different message on the form according to which button pressed by user. However, there are no any event occured for all case.
I am sure I registered the active X by :
regsvr32 panel.ocx
Can i add the active x control on VFP's form directly so that event can be occured just like in VB6? Why VB6 and VFP6 return such different response (event occured in VB6 but not in VFP). What i missed in VFP?
Thank you for any help / reminder.
^_^
Franklin