How do I make a Control get ontop of the other controlls at runtime?
For example I want a frame I have made to go ontop of a text box when a user push a button.
I have tried the folowing without any luck.
Code:
fraMenu.Visible = True
-
fraMenu.Enabled = True
Thanks.


-Lumin