Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai all,

How to make semi transparent form in C# windows form application

I have tried the Transparency key which makes it full-transparent. and tried Opacity also,

Opacity affects the whole form (with controls).

I want a semitransparent form with non transparent controls...

How do I achieve this...
Posted

 
Share this answer
 
Comments
version_2.0 20-Jun-11 5:53am    
I need to remove the semi-transparency of all controls in my form(which is semi-transparent).
Sergey Alexandrovich Kryukov 20-Jun-11 11:11am    
I answered this question, please see.
--SA
You cannot have your form semi-transparent but other controls not. Generally, transparency with Forms is not well implemented, I would not recommend using it.

—SA
 
Share this answer
 
Comments
version_2.0 22-Jun-11 2:58am    
thanks..
Sergey Alexandrovich Kryukov 28-Sep-11 11:26am    
You're welcome. Sorry the result is now you wanted.
Good luck, call again.
--SA

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