c#园

2013年3月12日

webbrowser 实现“图片另存为…”功能

摘要: //以下是ToolStripMenuItem.Click事件中的内容try { ContextMenuStrip cms = (ContextMenuStrip)((ToolStripMenuItem)sender).GetCurrentParent(); SzqControls.ExWebBrowser browser = GetBrowser(sender); Point cpoint = browser.PointToClient(cms.Bounds.Location); Ht... 阅读全文

posted @ 2013-03-12 17:49 要麻 阅读(1893) 评论(1) 推荐(0)