Windows.Forms interface/UI question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is a newbie question, but what's it called when you embed a form inside
another form, and what's the best way to go about this?

The best example I can come up with is the screenshot at
http://www.oncontact.com/customer-relationship-management/Tour/SalesTour/Salespages/Sales1.htm

They've somehow embedded a customers form inside a master form for the
application as a whole. I assume the child form is not able to scroll
outside of the master form bounderies, etc. Is the customers form an example
of a custom user control, or is there a much better way going about this?

Thanks in advance,

Andre
 
The other possibility is that I'm thinking of a MDI master/child form - I
thought MDI was something else entirely.
 
Back
Top