Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to detect full screen applications when it stared...
any ideas concepts will be appreciated
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jun-11 23:43pm    
Is it in the currently running process or windows of other (remote) processes?
--SA
jithin_jose02 8-Jul-11 2:30am    
currently running process

1 solution

Did you mean you want your application display in full screen?

If like this, change some properties of your form like this:
- WindowState: WindowState.Maximized
- FormBorderStyle: None

Then your form will appear in full screen.
 
Share this 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