Poping a form

M

Maracay

Hi Guys.

I want to pop a small form of around 3 by 3 inches with some information,
but I want this form to open at the top left corner of the screen, and be on
top till the user close it, let say if another program is open I want this
form to still be on top.

Thanks
 
M

Maurice

The form can only stay modal and popup within the application. If you want it
to stay on top over other programs as well that cannot be done.

set the properties of the form to modal and popup this forces the user to
close the form first before they can continue with the application.
 

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