如题,MFC如何在其他窗口(如写字板)设置光标位置和有效?我试过一些方法,无法实现,对光标操作的经验不多,请教一下有经验的攻城狮们
BOOL SetCursorPos( int x, int y);
SetCursorPos( int x, int y)和ClientToScreen(Point)