Hi Peet regd Form to ActiveX
Hi,
This is what my problem is. Iam creating an ActiveX control to be displayed in a browser. In that I have a form. This form is just to be as a MSgBox. And in that form I have a selection in which if I select a value, I have to update a DropDown in the control.
So I wrote a public method in the control to be accessed from the form.
So the control is not in the form. Iam using it in the browser. So I have to create an Object of the control or do something to access the public method in the control from the form.
Thanks,
Pres