调用外部程序主窗体做子窗体
摘要:[DllImport("User32.dll ", EntryPoint = "SetParent")] private static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent); [DllImport("user32.dll ", EntryPoint = "ShowWindow")] public static extern int ShowWindow(IntPtr hwnd, int nCmdShow);引用APIProce
阅读全文
posted @ 2012-11-24 20:59
浙公网安备 33010602011771号