Is there a way to open a child form in visual studio in exactly the same place as the parent form?
Posted
by Ruth
on Stack Overflow
See other posts from Stack Overflow
or by Ruth
Published on 2010-03-26T23:46:24Z
Indexed on
2010/03/26
23:53 UTC
Read the original article
Hit count: 162
I have one form opening a second form which is meant to look like it's replaced the first form but it opens a bit to the right and down which ruins the effect. If there a way to make it open wherever the first form may be?
I am using visual studio, in C++
© Stack Overflow or respective owner