StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Form TypesExpand / Collapse
Author
Message
Posted 04/27/2006 6:52:16 PM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: Forum Members
Last Login: 05/25/2007 3:34:57 PM
Posts: 235, Visits: 309
The doc doesn't seem to have any description of the unique features of the various form types (like the Wizard Form) that are offered. Could you give me a brief summary. I can't tell whether I might want to use any of them or not.

Thanks

Post #984
Posted 04/27/2006 9:50:43 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 12/09/2008 3:36:08 PM
Posts: 2,686, Visits: 1,891
Sure thing, Daniel,

The forms are all pretty simple, so here it goes:

1) ThemedForm - an accent form that follows the current Windows theme. This form is used by the WaitWindow and the MessageForm classes.
2) BaseForm - the base class for "usable" forms within the framework (see http://forum.strataframe.net/FindPost985.aspx). This form is never used directly as it is the subclass of StandardForm, which adds additional functionality.
3) StandardForm - the main form type used for basic forms within a StrataFrame application.

The rest are not types (as in System.Type), but rather templates that add controls on a StandardForm

1) ExplorerForm - A StandardForm with a SplitContainer, TreeView, and some basic toolbars and menus that give the feel of a basic Windows Explorer window.
2) MainForm - A StandardForm with a ToolStripContainer, main menu, toolbar, and the IsMdiContainer property set to True. The template also has some additional code for calling the ConnectionManager's ShowAvailableConnections() method and some central code that is used to show child forms.
3) MaintenanceForm - A StandardForm with a GradientFormHeader, ToolStripContainer and a MaintenanceFormToolstrip already dropped on the form.
4) WizardForm - A StandardForm with a WizardControl dropped on it. The WizardControl is a control that gives the appearance of a standard Windows wizard. You can add different styles of pages, and navigate between the pages rather than using several panels and controlling the navigation manually (the WizardControl is used by the ConnectionStringWizard).

Hope that helps


www.bungie.net
Post #990
Posted 04/28/2006 10:35:59 AM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: Forum Members
Last Login: 05/25/2007 3:34:57 PM
Posts: 235, Visits: 309
thanks
Post #1001
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 1:53pm

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.125. 16 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.