Windows Develop Bookmark and Share   
 index > Windows Forms General > position of form
 

position of form

hi,

in my application i am loading a form from another form what i want is to i want to place it in bottom left corner of mdiparent
  • Moved byeryangMSFTMonday, September 28, 2009 8:17 AM (From:.NET Base Class Library)
  •  
Elby Paul  Saturday, September 26, 2009 7:18 AM
You can set the form's StartupPosition to Manual and specify that position via the Location property. Ideally you should set these in the form's constructor or before it is shown.
Wole Ogunremi  Saturday, September 26, 2009 7:43 AM
You can set the form's StartupPosition to Manual and specify that position via the Location property. Ideally you should set these in the form's constructor or before it is shown.
Wole Ogunremi  Saturday, September 26, 2009 7:43 AM

You can use google to search for other answers

Custom Search

More Threads

• Having trouble getting pizza form to compile
• How difficult would this be? Drag/Drop with DB update?
• Loses form focus
• dropdown and listbox
• New form
• Is a Form also a Thread ?
• cant use ConfigurationManager even after adding using System.Configuration namespace in windows from application
• add menu->submenu->submenu to addin
• I have doubt aboubt Binding Comboboxes in a Tabcontrol
• disabling default event handlers