摘要: using System;using System.Collections.Generic;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Windows.Automation;using System.Threading;namespace UIANotepad{ class NotepadAutomationDemo { static AutomationElement notepadWin = null; s 阅读全文
posted @ 2011-01-14 10:45 Luke Zhang 阅读(724) 评论(1) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Windows.Automation;using System.Threading;namespace UIANotepad{ class NotepadAutomationDemo { static AutomationElement notepadWin = null; s 阅读全文
posted @ 2011-01-14 10:31 Luke Zhang 阅读(670) 评论(0) 推荐(0) 编辑