Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I am creating an application that mimics the windows desktop, so I need a invisible form with visible icons. The TransparencyKey property makes most of the form transparent but leaves traces of the "invisible" color around the edges of the icons. Does anybody know a way to solve this?
Posted
Comments
Rajesh Sajjanar 8-Aug-10 13:03pm    
Reason for my vote of 1
If you need form to 0% visible then you dodnt see the form and no question of seeing the controls on form
me773 8-Aug-10 16:20pm    
Thats not much help to me

1 solution

I am assuming the "icons" are buttons or picturebox controls with an image that contains transparency - if so try rendering the icons against the Form's background color instead.
 
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