随笔分类 -  WinForm

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 jef 阅读(877) 评论(0) 推荐(0)

导航