What is "x order ranking"? And to be clear, you're asking about controls on a form, and not the form itself, right?
– ProgrammingLlamaMar 17 '20 at 08:56
In the same app, `BringToFront()` works for both child Controls and Forms (for docked Controls, the opposite, you call `SendToBack()` :)
– JimiMar 17 '20 at 09:03