Windows Form Design Tip: Transparency
You can create transparent Windows forms just setting form's Opacity property. Create a Windows project and write the code below into form load event procedure.
this.Opacity=0.5; Türkçe'si için tiklayin.
this.Opacity=0.5;
Türkçe'si için tiklayin.