BOOL SetWindowPos(
HWND hWnd, // handle to window
HWND hWndInsertAfter, // placement-order handle
int X, // horizontal position
int Y, // vertical position
int cx, // width
int cy, // height
UINT uFlags // window-positioning options
)
用这个函数就行了,不过你用UD来改好像不行吧.你要这么改的话那你对十六进制可真是够熟的,用程序里直接用这个函数就可以了