31 October, 2010
0 Comments
1 category
When you want to set you’re form as top most form, when it is hidden behind other windows, you can use the Form property TopMost. After setting the property to true, you should set it to false, so other forms can be the topmost form and stop the flashing of the form in the Windows taskbar.
TopMost = true; TopMost = false;
Category: Uncategorized