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.
Hi,
This is the problem. I have an ActiveX control. I have to embed this in a Browser not in a form. I have a form with the ActiveX and it has some images and corresponding buttons. This form pops up when I click a particular button in the control.
If I select an image the corresponding name of the image should get populated in a combo box which is in the ActiveX control.
The problem is I cannot access the control from the form.
Generally I have to pass a set of values from a form to a ActiveX control.