Hello Everyone,

I am trying to do what may be a simple task. I placed a couple of text boxes on the ActiveX control. The control is then placed on the form that can be resized. What I want to do is preserve the minimum size of the control when the form is resized, in other words when form is resized to a certain size I want scrollbars to show up.

I've noticed ActiveX documents have that functionality by default - ScrollBars property. However, when I go thru ActiveX Control Interface Wizard this property is not there, so it can't be mapped.

Any help is appreciated.