WinForm 窗口前端显示问题
摘要:using System.Runtime.InteropServices;在类中导入以下两个库函数[DllImport("user32.dll", EntryPoint = "SetWindowPos")] public static extern int SetWindowPos(int hwnd, int hWndInsertAfter, int x, int y, int cx, int c...
阅读全文
posted @ 2010-01-17 13:59
浙公网安备 33010602011771号