System.Windows.Forms.NotifyIcon 썸네일형 리스트형 NotifyIcon SystemTrayIcon(트레이 아이콘 생성 방법) WPF 라고 해서 뭔가 특별하거나. 윈도우 폼과 전혀 다르거나 하지 않다! 윈도우 응용프로그램의 NotifyIcon을 그대로 사용한다. 그래서 WPF에서는 System.Windows.Form.dll 을 참조 하고 해당 dll 내의 클레스를 사용하면 되는 것이다. 먼저 코드를 보면 먼가 이해가 더 빠를 것 같다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Inpu.. 더보기 이전 1 다음