Author Topic: Form Position (On Top)  (Read 704 times)

Phrog30

  • Guest
Form Position (On Top)
« on: August 22, 2016, 01:02:07 PM »
If I create a form (popup) and call from the "main form", then click the main form, the popup will go behind the main form.  I know I can make the popup top most, but then this is windows wide.  How can I make the popup be contained within the main form and remain on top of the main form, but not on top of everything in windows.

I hope that made sense....

Phrog30

  • Guest
Re: Form Position (On Top)
« Reply #1 on: August 22, 2016, 01:41:04 PM »
Nevermind, I was able to get what I wanted by this...

Me.Owner = MainForm