摘要: using System.Runtime.InteropServices;[DllImport("user32")]public static extern int SetParent(int hWndChild, int hWndNewParent);///temp2是你的子formtemp2.M... 阅读全文
posted @ 2014-08-12 10:39 阿冠 阅读(603) 评论(0) 推荐(0)