Home All Groups Group Topic Archive Search About

Put the form on top of all othres

Author
21 Mar 2006 9:27 PM
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

Author
21 Mar 2006 9:39 PM
Bernd Schend
Samuel Shulman schrieb:
> 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
Author
21 Mar 2006 10:10 PM
Herfried K. Wagner [MVP]
"Bernd Schend" <bernd.off***@gmx.de> schrieb:
>> 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
>
> just use property 'TopMost' of your form.

This will show the form in front of other applications' forms too.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
21 Mar 2006 9:43 PM
Recep_TARAK=C7I
set form property TopMost value to True , and this form always show
modal form.
Author
21 Mar 2006 9:47 PM
Samuel Shulman
Thanks everyone,
Sam


Show quoteHide quote
"Recep TARAKÇI" <receptara***@gmail.com> wrote in message
news:1142977385.438986.193610@t31g2000cwb.googlegroups.com...
> set form property TopMost value to True , and this form always show
> modal form.
>
>