I was wondering how to create a window form that is transparent but it also maintain the controls and panels opacity to normal.
Setting opacity property on Window Form will not work cause it will make the window and everything inside it transparent the same as the window.
Also tried to make a Semitransparent PNG and use it as a background and didn't work.
I'm trying to get a cool look like this:

Thanks anyone for those willing to help, Sanxer. |
Claudio MussoPosted Sep 2, 2011, 4:46 AM
Anyway I've found a solution using transparency key and opacity, it's not perfect because you must set opacity value very high (not like the picture above) and you still get the other controls little transparent too, but works.
http://www.c-sharpcorner.com/UploadFile/camilord/945/
NarayanPosted Sep 1, 2011, 10:10 PM