请问VC中有没有 AfxRepositionWindow() 函数?
rt
[解决办法]
没有找到你的函数,只找到
BOOL SetWindowPos( HWND hWnd,
HWND hWndInsertAfter,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);
[解决办法]
在mfc的AFXPRIV.H中有定义
发布时间: 2012-02-21 16:26:23 作者: rapoo
请问VC中有没有 AfxRepositionWindow() 函数?
rt
[解决办法]
没有找到你的函数,只找到
BOOL SetWindowPos( HWND hWnd,
HWND hWndInsertAfter,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);
[解决办法]
在mfc的AFXPRIV.H中有定义