摘要: 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 阅读(230) 评论(0) 推荐(0) 编辑