09 2011 档案
摘要:[DllImport("user32.dll")] public static extern IntPtr FindWindow(IntPtr sClassName, string sWindowName); [DllImport("user32.dll")] public static extern bool MoveWindow(IntPtr Window, int x, int y, int w, int h, bool rePaint);使用FindWindow得到需要移动的窗体的句柄使用MoveWindow改变窗体的位置、大小...
阅读全文
摘要:http://www.cnblogs.com/Jackeyzhang/archive/2010/04/02/1703068.html
阅读全文

浙公网安备 33010602011771号