-
[WPF] System Tray IconC#/WPF 2024. 4. 9. 15:25
WPF에서 Tray Icon 작업을 하려면
Forms 를 사용해야 함.
사용법: https://dlsenfl.tistory.com/entry/WPF-SystemWindowsForms
using WinForms = System.Windows.Forms;
NotifyIcon이 Tray Icon
NotifyIcon notifyIcon;
728x90'C# > WPF' 카테고리의 다른 글
[WPF] Mutex (0) 2024.04.17 [WPF] property 초기화 생성 (0) 2024.04.17 [WPF] System.Windows.Forms (0) 2024.04.09 [WPF] static Main (0) 2024.04.09 [WPF] Nuget 설치 실패 (0) 2024.04.09 댓글