摘要:
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
阅读(966)
评论(0)
推荐(0)
浙公网安备 33010602011771号