A-Badry

Results 1 comments of A-Badry

Hi everyone. My code is really simple: XAML: ` ` C#: `NotifyIcon.IconSource = new BitmapImage(new Uri("pack://application:,,,/Free Gamma;component/FreeGamma.ico", UriKind.Absolute)); NotifyIcon.TrayToolTip = (UIElement)Application.Current.FindResource("TrayToolTip"); NotifyIcon.Visibility = Visibility.Hidden; NotifyIcon.TrayMouseDoubleClick += delegate {this.Show(); NotifyIcon.Visibility =...