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. I need a way to make the form 0% visible and the controls on the form 100% visible.
Does anybody know a way to do this?