Hey all. i was wondering how would i make a GUI that is \"transparent\" in C#. Now im not talking about transparencykey etc.
I want to make a window that uses vistas
if WPF, it's a matter of turning transparency on, and setting the right values for the background (additionally, WPF supports AERO natively for borders and what-not).
For traditional winforms... things start getting hard.