Wrox Programmer Forums
|
VB Components Issues specific to components in VB.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2006, 08:38 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Open Form Maximized

(VB.NET 2005) I would like that the form is maximized when opening inside a MDI container form.
I cannot find any property or method in the form class to do this. Any suggestion?

 
Old March 31st, 2006, 01:30 PM
Registered User
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, seeing how it's been a month, I imagine you either found the answer somewhere else...or you just figured out how to get by without the feature.

I also have been curious about this and I googled and found the answer here: http://www.syncfusion.com/FAQ/Window...95c.aspx#q825q

use the WindowState property of the form as below:

    Form1.WindowState = FormWindowState.Maximized






Similar Threads
Thread Thread Starter Forum Replies Last Post
Close all MdiChield form from open one form/Button salman .NET Framework 2.0 6 December 10th, 2007 03:21 AM
Close all MdiChield form from open one form salman .NET Framework 1.x 0 November 8th, 2007 12:32 AM
How to open a dialogue box maximized Pete Bone Visual C++ 0 October 10th, 2007 06:23 AM
Open Form, run query, open form Grafixx01 Access 7 April 26th, 2007 11:32 AM
Keeping a Form Maximized shepston Access 2 August 4th, 2003 12:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.