PC Review


Reply
Thread Tools Rate Thread

child form location

 
 
Alexander Vasilevsky
Guest
Posts: n/a
 
      19th Dec 2007
How child form to do appear in given position.
Trying to do so:
Form fRegistration = new Form();
fRegistration.Location = new Point(200,200);
fRegistration.Show();http://www.alvas.net - Audio tools for C# and VB.Net
developers + Christmas discount


 
Reply With Quote
 
 
 
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      19th Dec 2007
"Alexander Vasilevsky" <(E-Mail Removed)> schrieb:
> How child form to do appear in given position.
> Trying to do so:
> Form fRegistration = new Form();
> fRegistration.Location = new Point(200,200);
> fRegistration.Show()


Set the form's 'StartPosition' property to 'FormStartPosition.Manual'.

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

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening MDI Child From MDI Child Form, like VisStudio Start Page Jenbo Microsoft Dot NET Framework Forms 1 7th Mar 2007 09:59 PM
MDI child, Overriden WndProc function and hidden child form sshuangw@yahoo.com Microsoft Dot NET 0 18th Oct 2005 06:05 PM
Setting MDI Child Form location programatically Tom Microsoft VB .NET 3 3rd Aug 2004 08:25 PM
MDI Child Form location change URGENT!!! news.microsoft.com Microsoft Dot NET Framework Forms 0 2nd Jul 2004 04:36 PM
A problem to opem MDI child form from another MDI child form Herfried K. Wagner [MVP] Microsoft VB .NET 2 26th Dec 2003 10:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:24 AM.