Dialog & Windows 使用技巧
<br />注:以下代码以一个名为CTest6Dlg的对话框类为例<br />1. 在任务栏隐藏对话框
ModifyStyleEx(WS_EX_APPWINDOW, WS_EX_TOOLWINDOW);<br /><br />2. 使对话框为顶层窗口
SetWindowPos(&this->wndTopMost, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);<br /><br />3. 在运行时添加最大化,最小化按钮
SetWindowLo
转载
2010-12-11 21:07:00 ·
558 阅读 ·
0 评论