文件名称:MFC实现透明窗口
文件大小:197KB
文件格式:RAR
更新时间:2017-02-02 09:29:29
MFC 透明窗口
实现方法:首先用SetWindowLong为窗口添加WS_EX_LAYERED属性,再用SetLayeredWindowAttributes设置窗口透明。
【文件预览】:
TransparentWindow
----TransparentWindow.sln(917B)
----TransparentWindow.suo(24KB)
----Sample.bmp(295KB)
----TransparentWindow()
--------stdafx.cpp(219B)
--------res()
--------stdafx.h(2KB)
--------TransparentWindowDlg.cpp(3KB)
--------targetver.h(1KB)
--------TransparentWindowDlg.h(573B)
--------TransparentWindow.h(574B)
--------TransparentWindow.vcproj(5KB)
--------resource.h(597B)
--------TransparentWindow.rc(5KB)
--------TransparentWindow.cpp(2KB)