I have two windows form and both set the topmost property to true. But the form border style of the one form is Set to “None”. The other form has border. When these two forms launch together, the one without the border is always on top and overlap the other form. How do i make the form with border always on top? thanks.
Share
I suggest you to start the form with borders last or set other form TopMost property to false.
[Edit] I sugest you to look at the Forms Owner property – http://msdn.microsoft.com/en-us/library/system.windows.forms.form.owner.aspx.