I know you can load as many a activex controls as you want to a form during runtime. But you have to have atleast one of those controls, with index '0'. Then you give...
But I want to know if it is possible to add during runtime if....VB Code:
Load ControlName(UBound(ControlName)) ControlName.Move 100, 100, 500, 300 ControlName.Visible = True 'etc...
1. It is added as a component, but not added to the form during design time.
2. Nothing has been done in relation to the control during design time. ie... the path of the activex control is got during runtime and then the form loads it.





Reply With Quote