Link to home
Start Free TrialLog in
Avatar of groovyjon
groovyjon

asked on

How do I add my dialog controls to a new tab page?

I have a dialog box on which I have a number of controls. I have now decided to split it into tabbed pages. But how do I move those existing controls onto one of the tab pages?
Avatar of aaronfeng
aaronfeng

You can convert it into a UserControl, so your UserControl will have all the controls you want on a TabPage.  Once you done that, you can just drop your custom UserControl onto the TabPage.  If you do it this way, in the future if you want to move it, you can just drop your custom UserControl else where.

Cheers,

Aaron
http://aaronfeng.blogspot.com
Avatar of groovyjon

ASKER

Can you clarify what you mean? What are you referring to when you say convert "it" into a UserControl? The TabPage or the individual controls? And how do I actually make the conversion?
ASKER CERTIFIED SOLUTION
Avatar of aaronfeng
aaronfeng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial