473,588 Members | 2,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

StartPosition

I have a blank form and my Sub New is as follows:

Public Sub New()

MyBase.New()

'This call is required by the Windows Form Designer.

InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

msConnectionStr ing = msConnectionStr ing & ";Workstati on ID=" &
Environment.Mac hineName

BuildForm()

End Sub

In the Build Form sub, I read from the database and get information used to
add controls, change the form size, etc. In the Build Form sub, one of the
options is to change the start position from WindowsDefaultL ocation to
either CenterScreen or Manual (and provide the start point).

I have suspened the layout of the form before all of the code in the Build
Form sub and then Resumed it (me.resumelayou t(True)).

When the code changes the start position to CenterScreen, the form (at the
end) does not recenter on the screen based upon the new form size. Am I
missing something obvious?

Thank you

Nov 21 '05 #1
2 2144
"Stephen Costanzo" <sx********@hot mail.com> schrieb:
When the code changes the start position to CenterScreen, the form (at the
end) does not recenter on the screen based upon the new form size. Am I
missing something obvious?


Are you setting the form's size before setting the start position?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #2
Yes I am.

So the flow again is:

Public Sub New()

MyBase.New()
'This call is required by the Windows Form Designer.
InitializeCompo nent()
'Add any initialization after the InitializeCompo nent() call
msConnectionStr ing = msConnectionStr ing & ";Workstati on ID=" & Environment.Mac hineName
BuildForm()
End Sub

....

Public Sub BuildForm()
....
Me.SuspendLayou t()
....
Me.Width = miMaxWidth + miControlGap * 2 + panPosition.Wid th
Me.Height = iY + miBaseControlHe ight * 4 + panCommandPanel .Height
Me.StartPositio n = FormStartPositi on.CenterScreen
....
Me.Refresh
Me.ResumeLayout (True)
End Sub

Therefore the functionality in the BuildForm is overriding the functionality in the InitalizeCompon ent code. The screen is centered based upon the initial size of the form not the current size of the form. Therefore if I made the form 100x100 and the size turned out to be 400x380 it is centered as if it were the original.
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message news:OW******** *****@TK2MSFTNG P11.phx.gbl...
"Stephen Costanzo" <sx********@hot mail.com> schrieb:
When the code changes the start position to CenterScreen, the form (at the
end) does not recenter on the screen based upon the new form size. Am I
missing something obvious?


Are you setting the form's size before setting the start position?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2792
by: C-Sharper or C-Hasher, one of the two | last post by:
Hi Guys and Gals, I have a small, two form, application. Form1 is the main window and Form2 is a small window that has a label and a progress bar on it. I wish to display form2 whilst doing some processing in Form1 and update Form2 as the processing is being completed. I have the update functionality working properly, what I can't seem to get working is the functionality of being able to position Form2 in the centre of Form1. I have set...
1
1960
by: DotNetMania | last post by:
How do you specify the startPosition of common dialog boxes in C#? such as OpenFileDialog there is not Position or Location method.... best regards... charles
3
4030
by: cider123 | last post by:
Everything I've read so far states you can't inherit or extend these dialogs because they're "sealed". I considered building my own custom control, but I haven't been able to find: 1) How to add a "Places Bar" to a form 2) How to hook a Combo Box into System locations like the existing OpenFileDialog / SaveFileDialog offer (ie. "My Recent Documents", "Desktop", etc.)
1
1358
by: Richard Loupatty | last post by:
Does anyone know how to control windows mediaplayer? I would like to give the user the possibility to skip in the player by setting a new startposition. tia Richard
5
4462
by: Howard | last post by:
how can i make a program that always start at the top left corner of the screen in c#? vs does seem to have that option
3
11005
by: sklett | last post by:
I thought this would be easy. I want to position a login form based on whether or not it has a parent form, so I tried this: <code> if (ParentForm == null) { StartPosition = FormStartPosition.CenterScreen; } else {
3
1756
by: smellican | last post by:
Is there an easy way to set the starting position of a common dialog such as savefiledialog, printdialog, fontdialog, etc.? There doesn't seem to be a StartPosition property for common dialogs.
2
13522
by: Phillip Ross Taylor | last post by:
I have configured a few of the windows I am working on to have the form value "Start Position" to be "CenterParent" but some of them don't. Does Center Parent only work when the dialog is modal? I'm not writing an MDI application so I other posts I've read just don't seem very relevent. Do I have to explicitly set the parent??? What if I don't know it is?
6
5192
by: Eric B. | last post by:
I posted about this before but it is still bugging me. I am creating an instance of form2 from my form1, and although I have the StartPosition set to CenterParent for the form2 it is not appearing there. private void preferencesToolStripMenuItem_Click(object sender, EventArgs e) { Form_Preferences Preferences = new Form_Preferences(); this.AddOwnedForm(Preferences);
0
7929
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7860
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8354
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6634
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
3883
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2371
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1458
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1195
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.