|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Put the form on top of all othresIs 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 Shulman schrieb:
> Is there a method to ensure that a form will be on top of all other forms in just use property 'TopMost' of your form.> the and applications > ShowDialog doesn't have this effect in this case > > Thank you, > Samuel > > > Hi Samuel, Regards Bernd "Bernd Schend" <bernd.off***@gmx.de> schrieb: This will show the form in front of other applications' forms too.>> 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. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> set form property TopMost value to True , and this form always show
modal form. 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. > > |
|||||||||||||||||||||||