51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#SetLayeredWindowAttributes
VC++ SetLayeredWindowAttributes 部分窗口透明鼠标穿透
在初始化中使用下面两行代码ModifyStyleEx(0,WS_EX_LAYERED);::SetLayeredWindowAttributes(m_hWnd,RGB(1,255,0),100,LWA_COLORKEY); //setcolortransparent,指定透明的颜色然后...
代码星球
·
2021-02-14
VC++
SetLayeredWindowAttributes
部分
窗口
透明
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他