I have "ocx" (Developed in VB 6.0) which has various usercontrols as below,
- Usercontrol internally has VB 6.0 textbox
- Usercontrol internally has VB 6.0 Label
- Usercontrol internally has VB 6.0 Combobox
- Usercontrol internally has VB Tree control for which I am reffering MSCOMCT2.OCX
Declared as:
Object={86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCT2.OCX
In Windows 7 64 bit machine the 4th control is getting loaded properly, But not first 3 controls are not getting loaded.
What ocx or dll is required for VB 6.0 controls to load?