首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

请教VC中有没有 AfxRepositionWindow() 函数

2012-02-21 
请问VC中有没有 AfxRepositionWindow() 函数?rt[解决办法]没有找到你的函数,只找到BOOL SetWindowPos(HWND

请问VC中有没有 AfxRepositionWindow() 函数?
rt

[解决办法]
没有找到你的函数,只找到
BOOL SetWindowPos( HWND hWnd,
HWND hWndInsertAfter,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);

[解决办法]
在mfc的AFXPRIV.H中有定义

热点排行