How do you put the form on top of other windows?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JuanDelaX
    New Member
    • Feb 2011
    • 2

    How do you put the form on top of other windows?

    I used Me.Hide() to hide the main form when i click the button to go to the form 2,. now,. the problem is that when i return to the main page using FormName.Show() ,. it goes back to the main form but under the other windows,.
  • Guido Geurs
    Recognized Expert Contributor
    • Oct 2009
    • 767

    #2
    Use Form1.Zorder to place the form in the foreground.

    Comment

    Working...