T Thief_ Sep 7, 2005 #1 If I have two forms where Form1 shows Form2 and want to centre Form2 into Form1, is there an easy way to do this?
If I have two forms where Form1 shows Form2 and want to centre Form2 into Form1, is there an easy way to do this?
C Cor Ligthert [MVP] Sep 7, 2005 #2 Thief, This solution did I give a while ago, I don't know if there already better ones. http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/bf4ab4f6206b4d1e?hl=en& I hope this helps, Cor
Thief, This solution did I give a while ago, I don't know if there already better ones. http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/bf4ab4f6206b4d1e?hl=en& I hope this helps, Cor
H Herfried K. Wagner [MVP] Sep 7, 2005 #3 Thief_ said: If I have two forms where Form1 shows Form2 and want to centre Form2 into Form1, is there an easy way to do this? Click to expand... Set the second form's 'StartPosition' property to 'CenterParent' prior to showing the second form.
Thief_ said: If I have two forms where Form1 shows Form2 and want to centre Form2 into Form1, is there an easy way to do this? Click to expand... Set the second form's 'StartPosition' property to 'CenterParent' prior to showing the second form.