2014年3月25日

UpdateLayeredWindow后,使用Gdi DrawText文字透明的解决办法

摘要: 来源:http://stackoverflow.com/questions/5309914/updatelayeredwindow-and-drawtext要点就是在先在memDc DrawText,然后手动设置DIB的Alpha值,最后通过AlphaBlend贴到DC。Question:I'm using UpdateLayeredWindow to display an application window. I have created my own custom buttons and i would like to create my own static text. The 阅读全文

posted @ 2014-03-25 11:59 紫夜,风凌 阅读(2081) 评论(0) 推荐(0) 编辑

导航