form

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
H

Hrvoje Voda

I have two forms. One is a main form and the other is login form.
When I call login form I would like to see in the background a main form.
But it is visible only when a main form is maximized.
Is there another property for a main form to be normal, but visible in the
background?

Hrcko
 
Hrvoje said:
I have two forms. One is a main form and the other is login form.
When I call login form I would like to see in the background a main form.
But it is visible only when a main form is maximized.
Is there another property for a main form to be normal, but visible in the
background?

I think if you set the login form's owner to the main form, then the
login form will always appear on top of the main form.
 
How do I do that?


Chris Dunaway said:
I think if you set the login form's owner to the main form, then the
login form will always appear on top of the main form.
 
Back
Top