form

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
 
C

Chris Dunaway

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.
 
H

Hrcko

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top