Put the form on top of all othres

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Is there a method to ensure that a form will be on top of all other forms in
the and applications
ShowDialog doesn't have this effect in this case

Thank you,
Samuel
 
Samuel said:
Is there a method to ensure that a form will be on top of all other forms in
the and applications
ShowDialog doesn't have this effect in this case

Thank you,
Samuel
Hi Samuel,

just use property 'TopMost' of your form.
Regards
Bernd
 
set form property TopMost value to True , and this form always show
modal form.
 
Back
Top