搜索资源列表
WM_NCLBUTTONDOWN
- void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void TransparentWnd : : OnLButtonDown (UINT nF
MaxMin
- 窗口最大最小化的demo,帮助理解最大最小化窗口的实现。使用PostMessage()-Window to minimize, maximize the demo, to help understand the maximum realization of the minimized window. Use PostMessage ()
