When I go to show one form on top of the other.

[code]
frmLogin.Show
[/code

Then how can I make that form pop on top of the originating form (frmMain in this case) when I don't want to hide frmMain?