摘要:
WebBrowser 中是没有MouseMove 事件的。想获取鼠标在WebBrowser中的坐标位置需要另辟蹊径、方法如下在窗体中加入Timer控件 timer1.Tick+=new EventHandler(timer1_Tick); timer1.Start(); private void timer1_Tick(object sender, EventArgs e) { if (webBrowser1.Bounds.Contains(this.PointToClient(Cursor.Posi... 阅读全文
posted @ 2012-08-10 10:25
.net万剑
阅读(1711)
评论(0)
推荐(0)

浙公网安备 33010602011771号