文件名称:窗口透明而控件不透明的实现
文件大小:729KB
文件格式:ZIP
更新时间:2015-05-05 04:43:26
窗口透明 控件不透明
工程采用的VS2008开发实现了窗口透明而控件不透明。具体的代码中间包含了很多我在尝试的时候注释的代码。另外就是SetLayeredWindowAttributes这个函数在VC6.0中间使用需要链接其它的库,具体方法请参照网上说明。因为这里我使用的是VS2008所以不需要链接其它的库。 程序中的对话框的分层属性必须被选中(因为我没有使用代码在程序中自动设置分层属性,所以需要手动设置)。如果没有选择分层属性。函数SetLayeredWindowAttributes将无效。
【文件预览】:
transparentWindow
----transparentWindow()
--------ReadMe.txt(3KB)
--------transparentWindow.aps(560KB)
--------res()
--------transparentWindow.rc(5KB)
--------transparentWindowDlg.cpp(4KB)
--------stdafx.h(2KB)
--------stdafx.cpp(148B)
--------resource.h(688B)
--------transparentWindow.vcproj.GrsisFee-PC.GrsisFee.user(1KB)
--------transparentWindow.h(507B)
--------transparentWindowDlg.h(708B)
--------targetver.h(1KB)
--------transparentWindow.vcproj(5KB)
--------transparentWindow.cpp(2KB)
----transparentWindow.suo(11KB)
----Debug()
--------transparentWindow.exe(559KB)
----transparentWindow.sln(917B)