In VB6, if you have multiple windows forms open as part of one project, if you click one form, it brings all of them back into focus.

However in .NET it seems to only bring back the one form you click on.

Is there any way to replicate this behaviour in .NET so that it brings all of them back?