C# Transparent GUI

后端 未结 4 1821
眼角桃花
眼角桃花 2021-01-01 07:14

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

4条回答
  •  自闭症患者
    2021-01-01 08:01

    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.

提交回复
热议问题