If VB activeX dll refer another dlls internall?
-
Hi all.. i have a problem as follows i created an VB activex dll which is using another 2 VB activx dlls and one c++ dll can any one tell me how can i use this VB activex dll in vc++ thanks in advance:rose: anju
if it's registered, and has a typelib, you can add a wrapper class to your VC project. Project menu / Add to Project / Components And Controls. then VC will create a wrapper class for the ActiveX control that you can use. -c
For men use, if they have an evil turn, to write it in marble: and whoso doth us a good turn we write it in dust. -- Sir Thomas More
-
if it's registered, and has a typelib, you can add a wrapper class to your VC project. Project menu / Add to Project / Components And Controls. then VC will create a wrapper class for the ActiveX control that you can use. -c
For men use, if they have an evil turn, to write it in marble: and whoso doth us a good turn we write it in dust. -- Sir Thomas More