摘要:
using System.Runtime.InteropServices;[DllImport("user32")]public static extern int SetParent(int hWndChild, int hWndNewParent); Form2 f2 = new Form2(... 阅读全文
posted @ 2014-08-22 10:54 快乐家++ 阅读(3149) 评论(0) 推荐(0)
|
|||
|
摘要:
using System.Runtime.InteropServices;[DllImport("user32")]public static extern int SetParent(int hWndChild, int hWndNewParent); Form2 f2 = new Form2(... 阅读全文
posted @ 2014-08-22 10:54 快乐家++ 阅读(3149) 评论(0) 推荐(0) |
|||