mfc GridCtrl 消息 问题

[复制链接]
查看11 | 回复1 | 2013-3-17 10:13:16 | 显示全部楼层 |阅读模式
//SDK函数BOOL GetCursorPos(LPPOINTlpPoint // cursor position);lpPoint[out] Pointer to a POINT structure that receives the screen coordinates of the cursor. //POINT结构体typedef struct tagPOINT {LONG x; LONG y; } POINT, *PPOINT;//下面是用法Point m_point;::GetCursorPos(m_piont);//m_pont就保存了鼠标的位置(x,y),然后你是想弄...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行