[RESOLVED] How can I create an ActiveX control that can be placed onto an MDI form?
I need to develop a control in VB6 that I can directly place onto an MDI form. I created an align property, I
tried to place a picturebox onto my new activex, but It seem not to work.:(
plz help
Re: How can I create an ActiveX control that can be placed onto an MDI form?
Quote:
Originally Posted by ultra2
but It seem not to work...plz help
What does that mean?
What did it do?
What is it supposed to do?
Post your code please.
Re: How can I create an ActiveX control that can be placed onto an MDI form?
The control I trying to develop is designed to be a container of other forms. I know a control "A&G Subform" which can do this. So it is possible to do it.
thx for ur response
Re: How can I create an ActiveX control that can be placed onto an MDI form?
What code to you have so far that isn't working?
Re: How can I create an ActiveX control that can be placed onto an MDI form?
Quote:
Originally Posted by ultra2
The control I trying to develop is designed to be a container of other forms. I know a control "A&G Subform" which can do this. So it is possible to do it.
thx for ur response
Not all controls are made in VB6. Some are made in C++ using the ATL Library and MFC.
Re: How can I create an ActiveX control that can be placed onto an MDI form?
A user control can be added to an MDI Form only if the Alignable property is set to True.
If you then want to allow developers the ability to add controls onto the user control, the ControlContainer property must also be set to True.