winforms - C# WF Semi-transparent form -
i want create desktop border less widget semi-transparent background in wf. :
but no luck now. can achieve full background transparency
this.backcolor = color.black; this.transparencykey = this.backcolor; or entire form with
this.opacity = .4; some time spend on combination transparencykey backgroundimage, result solid black background.
fully desperate created 2 forms 1 transparent text , second opacity, couldn't keep first window above during moving, text dimmed.
is there possibility make in wf or need qt or antoher window library.
after few days of research didn't find solution working @ windows 10. looks there no method work on it. ended creating project in wpf, can made easily.

Comments
Post a Comment