::SetWindowLong(GetSafeHwnd(), GWL_EXSTYLE, ::GetWindowLongPtr(GetSafeHwnd(), GWL_EXSTYLE) | WS_EX_LAYERED);
this->SetLayeredWindowAttributes(0, (255 * 10) / 100, LWA_ALPHA);
把这句代码放在对话框的OnInitDialog里面,其中10代表透明度
原文地址:https://www.cnblogs.com/ldddbk/p/11257690.html
时间: 2024-11-11 15:44:37