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.
Thanks.Code:fraMenu.Visible = True - fraMenu.Enabled = True
-Lumin




Reply With Quote