首页
科技
登录
6mi
u
盘
搜
搜 索
科技
vc设置窗口透明
vc设置窗口透明
it
2022-05-05
99
::SetWindowLong(GetSafeHwnd(), GWL_EXSTYLE, ::GetWindowLongPtr(GetSafeHwnd(), GWL_EXSTYLE)
|
WS_EX_LAYERED);
this
->SetLayeredWindowAttributes(
0
, (
255
*
70
) /
100
, LWA_ALPHA);
转载于:https://www.cnblogs.com/nightnine/p/5207315.html
转载请注明原文地址: https://win8.8miu.com/read-14638.html
专利
最新回复
(
0
)