Hi PHL_09,
In this situation Interop Usercontrol handles this windows message alone, not let VB6 Form handle this message.
As far as I know, you have two options:
1. In WndProc function of Interop user control, you capture the keyboard message and use SendMessage to send keyboard messages to VB6 form to process first. Then let Inteop usercontrol handle this kind of messages.
2. You can define the events in Interop usercontrol for those unfired events required by VB6 form. Then handle these events in VB6 end to implement your requirement.
Please try this and feel free to post back when you have any further issues.
Best regards,
Riquel
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.