C# WebBrowser 一些小用法

紀錄一些  C# .Net 裡面的 WebBrowser 小用法

HtmlElement  .GetAttribute() .SetAttribute() .InvokeMember()

IHTMLDocument2 .parentWindow.execScript()

WebBrowser.Document.Window.Frames

2018/01/15 補充

使用 NotifyIcon 達到最小化到系統列

利用 System.Threading.Mutex 做

唯一開啟,不能重複開啟程式

...繼續閱讀 »