keep a form always on top
Published: 21. January 2009 | Updated: 21. January 2009License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Winforms
Code (in form)
this.TopMost = true;
| Send us feedback about this snippet » |
this.TopMost = true;
| Send us feedback about this snippet » |