How to use an ActiveX in VB6
There are two ways to reference an ActiveX in Visual Basic 6.0. The first is to select “Project–>References” from the VB6 menu. The second way is to select “Project–>Components…” from the VB6 menu. Important: You should do one or the other, but not both. Which do you choose? Use “Project–>References” if you are going to instantiate the ActiveX dynamically. In […]