Board index » cppbuilder » has anyone successfully imported any VB6 ActiveX control into BCB

has anyone successfully imported any VB6 ActiveX control into BCB

I write a simple AvtiveX in VB.
 When I want install this activeX into BCB, BCB create cpp and h file, but
 these files are empty (no functions) and I don't find the activeX into
 palette.

If you have imported successfully any VB6 ActiveX control into BCB, please,
could you give me a simple example of how to do that ?

 

Re:has anyone successfully imported any VB6 ActiveX control into BCB


Hi,

Quote
> If you have imported successfully any VB6 ActiveX control into BCB, please,
> could you give me a simple example of how to do that ?

In BCB6, you may have to go to Tools | Environment Options | Type
Library
and turn ON the "Ignore special coClass Flags" switches.

--Craig

Other Threads