public static extern bool SendMessage(IntPtr hWnd,int wMsg,int wParam,int lParam);
public const int w = 0x0112;
public const int move = 0xf010;
public const int caption = 0x0002;
SendMessage(this .Handle ,w,move +caption ,0);
谁能帮我解释一下这个函数的参数,我是查了好多地方,也没查到这个资料,所以才来麻烦大家的。首次发贴,在这里学了不少东西,谢谢大家。