C#

[WPF] 自訂Progress Bar

2016-12-26 C.H. Ling 0

在Front-end Application, 當有request 須要進行較長時間的處理, (例如web API call, 檔案IO等), 通常除了disable UI controls 外, 為了令user 知道處理狀況, 便須要利用Progress bar 表達運作進度. 在WPF中, 與HTML5 一樣, 都可以利用<ProgressBar> 實現. 然而, 在TaskBar 中的圖示, 則須要再作處理. 在示範中, 用了code-behide 作Proof-of-Concept, 相信利用MVVM 都能夠順利使用.

Programming

[WPF] 於Windows 10 叫用Toast Notification

2016-12-10 C.H. Ling 0

在Windows 8 起, 其中一個新增的功能是Toast Notification. 而在Windows 10 中更加入了Notification Center令整個配套更齊備. 在此示範中, 會嘗試以WPF  Application觸發Toast Notification. 並當user 處理彈出的toast 時, 會開啟這個網站.

1 2