摘要: HWND hwnd = reinterpret_cast<HWND>(m_pSettingMenu->winId()); if (hwnd) { DWORD class_style = ::GetClassLong(hwnd, GCL_STYLE); class_style &= ~CS_DROPS 阅读全文
posted @ 2020-11-03 12:08 骄傲到自负 阅读(291) 评论(0) 推荐(0)