hi how to set another form topmost

Harry Potter 21 Reputation points
2022-11-27T17:27:02.88+00:00

hi
I'm using loadform thingy to show multiple forms in form1
and in another form named settings I want to set form1 topmost to true
but i don't know how to do that I literally tried everything and didn't work
I'm beginner c# by the way! so show me how to do it in easy way

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,821 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,461 Reputation points
    2022-11-27T18:20:14.4+00:00

    See the MSDN sample : Form.TopMost

    0 comments No comments