
Using a VB From in a VC Container.
Is there a way I can use a VB From in mij VC program?
I have a an ActiveX dll written in VB by somebody else. He had some trouble
writting a full ActiveX control, so we uses a class enrty where I could get
the windows handle of the form and display it in my container like
application written in VC. This works fine except for some message handlling
like Tab-Stop. Using a keyboard hook I was able to solve this problem, i
thought :-(
In the form is a component "SizerOne" form "ComponentOne" wich does not
seems to react on the tab-stop messages. But starting the code from VB on
allmost the same way as I do in VC, so with the windows handle all seems to
work fine.
I gues I need to write a container window wich support some interfaces used
by the form, but I don't know which. And how can I attach the form to that
container, by the windows handle or bij an exported interface to the form ?
I someone can help I would be very thankfull..
Regards,
Dennis