Click here to Skip to main content
15,925,782 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralForm position Pin
Yulianto.21-Jul-05 19:13
Yulianto.21-Jul-05 19:13 
GeneralRe: Form position Pin
panalprasad21-Jul-05 22:59
panalprasad21-Jul-05 22:59 
GeneralRe: Form position Pin
Yulianto.21-Jul-05 23:05
Yulianto.21-Jul-05 23:05 
GeneralRe: Form position Pin
toxcct21-Jul-05 23:13
toxcct21-Jul-05 23:13 
GeneralRe: Form position Pin
Yulianto.21-Jul-05 23:26
Yulianto.21-Jul-05 23:26 
GeneralRe: Form position Pin
Dave Kreskowiak22-Jul-05 3:59
mveDave Kreskowiak22-Jul-05 3:59 
GeneralRe: Form position Pin
Yulianto.22-Jul-05 15:59
Yulianto.22-Jul-05 15:59 
GeneralRe: Form position Pin
Dave Kreskowiak23-Jul-05 5:28
mveDave Kreskowiak23-Jul-05 5:28 
The parent form doesn't remember anything about the child form, other than it exists. Windows picks the default position of the form unless you set the properties of it before you show it.
Dim newChildForm As New Form2()
... other MDI setup stuff
newChildForm.Top = whatever
newChildForm.Left = whatever
newChildForm.Show()



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Form position Pin
Yulianto.24-Jul-05 15:27
Yulianto.24-Jul-05 15:27 
GeneralRe: Form position Pin
Dave Kreskowiak25-Jul-05 0:30
mveDave Kreskowiak25-Jul-05 0:30 
GeneralRe: Form position Pin
Yulianto.25-Jul-05 16:07
Yulianto.25-Jul-05 16:07 
GeneralRe: Form position Pin
Dave Kreskowiak26-Jul-05 1:14
mveDave Kreskowiak26-Jul-05 1:14 
GeneralRe: Form position Pin
Yulianto.26-Jul-05 16:21
Yulianto.26-Jul-05 16:21 
GeneralRe: Form position Pin
Dave Kreskowiak27-Jul-05 1:28
mveDave Kreskowiak27-Jul-05 1:28 
GeneralRe: Form position Pin
Yulianto.27-Jul-05 16:10
Yulianto.27-Jul-05 16:10 
GeneralDir Structure from TreeView Pin
Brad Fackrell21-Jul-05 11:11
Brad Fackrell21-Jul-05 11:11 
GeneralRe: Dir Structure from TreeView Pin
Brad Fackrell21-Jul-05 12:28
Brad Fackrell21-Jul-05 12:28 
GeneralRe: Dir Structure from TreeView Pin
Brad Fackrell21-Jul-05 15:27
Brad Fackrell21-Jul-05 15:27 
GeneralRe: Dir Structure from TreeView Pin
[Marc]21-Jul-05 16:23
[Marc]21-Jul-05 16:23 
GeneralRe: Dir Structure from TreeView Pin
Brad Fackrell21-Jul-05 16:55
Brad Fackrell21-Jul-05 16:55 
QuestionHow do I set a global property for my project/namespace Pin
MaWeRic21-Jul-05 11:10
MaWeRic21-Jul-05 11:10 
AnswerRe: How do I set a global property for my project/namespace Pin
Dave Kreskowiak21-Jul-05 13:25
mveDave Kreskowiak21-Jul-05 13:25 
AnswerRe: How do I set a global property for my project/namespace Pin
Christian Graus21-Jul-05 13:47
protectorChristian Graus21-Jul-05 13:47 
GeneralRe: How do I set a global property for my project/namespace Pin
MaWeRic21-Jul-05 20:59
MaWeRic21-Jul-05 20:59 
GeneralRe: How do I set a global property for my project/namespace Pin
Dave Kreskowiak22-Jul-05 4:03
mveDave Kreskowiak22-Jul-05 4:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.