文件名称:window_Cwnd
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:25.73kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实现窗口透明
只需在创建窗口函数中加入
SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE,
GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000)
HINSTANCE hInst = LoadLibrary(\"User32.DLL\")
if(hInst)
{
typedef BOOL (WINAPI *MYFUNC)(HWND,COLORREF,BYTE,DWORD)
MYFUNC fun = NULL
//取得SetLayeredWindowAttributes函数指针
fun=(MYFUNC)GetProcAddress(hInst, \"SetLayeredWindowAttributes\")
if(fun)fun(this->GetSafeHwnd(),0,200,2)
FreeLibrary(hInst)
}
只需在创建窗口函数中加入
SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE,
GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000)
HINSTANCE hInst = LoadLibrary(\"User32.DLL\")
if(hInst)
{
typedef BOOL (WINAPI *MYFUNC)(HWND,COLORREF,BYTE,DWORD)
MYFUNC fun = NULL
//取得SetLayeredWindowAttributes函数指针
fun=(MYFUNC)GetProcAddress(hInst, \"SetLayeredWindowAttributes\")
if(fun)fun(this->GetSafeHwnd(),0,200,2)
FreeLibrary(hInst)
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
window_Cwnd/PartTransparent.aps
window_Cwnd/PartTransparent.clw
window_Cwnd/PartTransparent.cpp
window_Cwnd/PartTransparent.dsp
window_Cwnd/PartTransparent.dsw
window_Cwnd/PartTransparent.h
window_Cwnd/PartTransparent.ncb
window_Cwnd/PartTransparent.opt
window_Cwnd/PartTransparent.plg
window_Cwnd/PartTransparent.rc
window_Cwnd/PartTransparentDlg.cpp
window_Cwnd/PartTransparentDlg.h
window_Cwnd/ReadMe.txt
window_Cwnd/RES/PartTransparent.ico
window_Cwnd/RES/PartTransparent.rc2
window_Cwnd/Resource.h
window_Cwnd/StdAfx.cpp
window_Cwnd/StdAfx.h
window_Cwnd/Release
window_Cwnd/RES
window_Cwnd
www.dssz.com.txt
window_Cwnd/PartTransparent.clw
window_Cwnd/PartTransparent.cpp
window_Cwnd/PartTransparent.dsp
window_Cwnd/PartTransparent.dsw
window_Cwnd/PartTransparent.h
window_Cwnd/PartTransparent.ncb
window_Cwnd/PartTransparent.opt
window_Cwnd/PartTransparent.plg
window_Cwnd/PartTransparent.rc
window_Cwnd/PartTransparentDlg.cpp
window_Cwnd/PartTransparentDlg.h
window_Cwnd/ReadMe.txt
window_Cwnd/RES/PartTransparent.ico
window_Cwnd/RES/PartTransparent.rc2
window_Cwnd/Resource.h
window_Cwnd/StdAfx.cpp
window_Cwnd/StdAfx.h
window_Cwnd/Release
window_Cwnd/RES
window_Cwnd
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.