I've downloaded some ActiveX control,
now, how do I install them into my VB6 program?
Printable View
I've downloaded some ActiveX control,
now, how do I install them into my VB6 program?
Press Control + T and click browse, click ok and drag the icon of the specified control on the form to add the Control to your form/project.
Hope you've remembered to register it with:
Run "regsvr32 somecontrol.ocx".
in lots of cases it's not neccesary to register it, adding a reference to it is enough in most cases