2013年4月17日
摘要: private const int SB_BOTH = 3; private const int WM_NCCALCSIZE = 0x83; [DllImport("user32.dll")] private static extern int ShowScrollBar(IntPtr hWnd, int wBar, int bShow); protected override void WndProc(ref Message m) { if (mdiClient != null) { ShowScrollBar(mdiClient.Handle, SB_BOTH, 0 / 阅读全文
posted @ 2013-04-17 13:12 carekee 阅读(961) 评论(0) 推荐(0)