摘要:
Visual C++小技巧:实现透明窗体 一、背景 FlashGet的透明效果大家羡慕吧。传统的Windows应用程序想实现半透明效果,一般来说需要处理自己的窗口的WM_Paint消息窗口,很麻烦.现在好了,SetLayeredWindowAttributes是windows的新api,win2000以上才支持,它能使使窗体拥有透明效果.我在Google搜了下,介绍SetLayere... 阅读全文
posted @ 2008-11-07 09:33 chen eric 阅读(1121) 评论(0) 推荐(0) 编辑