G
Guest
How to create new control in run time mode
I need to create new control (f.e. Label) in run time mode. When i use
Dim ctrLab as Labe
Set ctrLab = New Labe
an Error occurs: ActiveX component can't create object
Please, help
I don't need to create new control in design mode, so CreateControl metod is unusefull for me.
I need to create new control (f.e. Label) in run time mode. When i use
Dim ctrLab as Labe
Set ctrLab = New Labe
an Error occurs: ActiveX component can't create object
Please, help
I don't need to create new control in design mode, so CreateControl metod is unusefull for me.