Windows Forms: Preferences Form Example

  • Thread starter Thread starter lltaylor2000
  • Start date Start date
L

lltaylor2000

Hello,

Many application these days have the settings form - where the left
side is a tree listing all the available settings which can be edited.
The right displays the relevant form when an option in the tree is
selected.

This is a really basic question - so apologies.
But how do you stack/load multiple forms in the same location?

Can anyone suggest a tutorial or Example

Many Thanks
 
Hi,

You give them the same location and only one form at a time has its Visible
property set to *true*. When you want to switch forms just play with their
Visible proeprties.
 
Back
Top