03 2010 档案

摘要:public class WebBrowserEx : WebBrowser { private const int WM_DROPFILES = 0x233; [DllImport("shell32.dll")] private static extern uint DragQueryFile( IntPtr hDrop, uint iFile, StringBuilder lpszFile, ... 阅读全文
posted @ 2010-03-23 16:03 Yan Zhe 阅读(237) 评论(0) 推荐(0)