Click here to Skip to main content
16,004,458 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I need for help you

how can create a form in c# fixed and cant hide
I mean after opening some program this form in the top of the all programs when opening some programs

please help me I need for my project

thanks for all
Posted

 
Share this answer
 
Comments
CPallini 20-Jul-14 9:25am    
5.
Richard MacCutchan 20-Jul-14 13:00pm    
Thank you; it's really difficult reading the documentation; or using Google.
In the form that you want to be the TopMost form, put this statement in the Load event:

this.TopMost = True;
 
Share this answer
 
v2
Comments
[no name] 29-Jul-14 4:39am    
thank you that's best answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900