-
Form to ActiveX
Hi,
Thanks in advance for ur help.
Iam facing a problem. I have a form and an activeX control. Iam selecting a value in the form and clicking a button, and I have to fill a dropdown in the AvtiveX control according to the value selected in the form. Iam not able to access the ActiveX control(User Control) from the form. How can I access the controls in the ActiveX control from a Form.
Thanks.
-
you cannot.
you will have to make your own methodes and properties to access them.
ie
YourControl.AddToCombo sItem