码迷,mamicode.com
首页 > 编程语言 > 详细

mfc设置dialog对话框透明

时间:2019-07-28 09:15:21      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:gpt   long   对话   this   style   dial   代码   dialog对话框   对话框   

::SetWindowLong(GetSafeHwnd(), GWL_EXSTYLE, ::GetWindowLongPtr(GetSafeHwnd(), GWL_EXSTYLE) | WS_EX_LAYERED);
this->SetLayeredWindowAttributes(0, (255 * 10) / 100, LWA_ALPHA);

 

把这句代码放在对话框的OnInitDialog里面,其中10代表透明度

mfc设置dialog对话框透明

标签:gpt   long   对话   this   style   dial   代码   dialog对话框   对话框   

原文地址:https://www.cnblogs.com/ldddbk/p/11257690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!