2013年5月25日
摘要: SendMessage(lvPrintData.Handle, WM_VSCROLL, 1, 0); [DllImport("user32.dll", EntryPoint = "SendMessage")] static extern int SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam); const int WM_VSCROLL = 0x0115; 阅读全文
posted @ 2013-05-25 13:37 上校 阅读(322) 评论(0) 推荐(0)