Link to home
Start Free TrialLog in
Avatar of neelbak
neelbak

asked on

Differences between a UserControl and Form

What are the differences between a UserControl and a Form?

For my application, I'm creating an application that looks like a Single Document Interface (SDI).  I have one main Form and the each button on the toolbar brings a different page to the foreground.

At the moment, each page is a child form.  What are the pro/cons of using a usercontrol for each page instead.

I've tried it and I know that I can accomplish the same look / interaction on both.

I would also like to know how each is affected by double buffering and resources.
ASKER CERTIFIED SOLUTION
Avatar of Fenris_Lokisson
Fenris_Lokisson

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
Avatar of neelbak
neelbak

ASKER

Thanks for the advice.