摘要:
public partial class UserControl1 : WebBrowser { private const int WmDropfiles = 0x233; [DllImport("shell32.dll")] private static extern uint DragQueryFile(IntPtr hDrop, uint iFile, StringBuilder lpszFile, uint cch); [DllImport("shell32.dll")] private static... 阅读全文
posted @ 2014-01-16 14:31
beta2013
阅读(531)
评论(1)
推荐(0)
浙公网安备 33010602011771号