搜索资源列表
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
MapleStory 冒险岛的后台按键
- 冒险岛的后台按键,VB版的,运用了POSTMESSAGE等API函数,希望大家多多支持-Adventure Island in the background button, VB version, use a POSTMESSAGE other API functions, hope you can
PostMessagecopy
- 该程序为Windows visual studio2008 mfc基于单文档的美化界面程序,利用postmessage功能,通过对话框来控制文档。-This is a program which programed by Windows visual studio2008 based on mfc. It is also a beautiful interface.
MaxMin
- 窗口最大最小化的demo,帮助理解最大最小化窗口的实现。使用PostMessage()-Window to minimize, maximize the demo, to help understand the maximum realization of the minimized window. Use PostMessage ()
