转载:http://blog.csdn.net/bichenggui/article/details/8291946
1 //加入WS_EX_LAYERED扩展属性 2 LONG styleValue = ::GetWindowLong(m_hWnd, GWL_EXSTYLE); 3 4 styleValue |= WS_EX_LAYERED; 5 6 SetWindowLong(m_hWnd,GWL_EXSTYLE,styleValue);
转载:http://blog.csdn.net/bichenggui/article/details/8291946
1 //加入WS_EX_LAYERED扩展属性 2 LONG styleValue = ::GetWindowLong(m_hWnd, GWL_EXSTYLE); 3 4 styleValue |= WS_EX_LAYERED; 5 6 SetWindowLong(m_hWnd,GWL_EXSTYLE,styleValue);