Poping a form

  • Thread starter Thread starter Maracay
  • Start date Start date
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
 
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.
 
Back
Top