Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am developing a small application in vb.net.

I need a form with auto-hide function for full screen application, but above any other application which not full screen.

Thanks in advance.
Posted
Comments
Philippe Mori 2-Dec-11 19:36pm    
As much as possible. make your application behave as other applications.

1 solution

Set forms property to maximized.
in code write-
VB
Me.Topmost = True
 
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