System.Drawing.Bitmap bp;
             bp = new Bitmap(Application.StartupPath + @"\image\" + MeiYeShuo.UI.BI.Frame.NotifyIcon);
             try
             {
                 notifyIcon1.Icon = Icon.FromHandle(bp.GetHicon());
                 notifyIcon1.Visible = true;
             }
             catch(Exception ex)
            {
                MessageBox.Show(ex.Message);
            }

 

相关文章:

  • 2021-11-13
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-04-08
  • 2022-02-27
  • 2021-10-11
  • 2022-12-23
  • 2021-09-10
  • 2021-07-06
  • 2022-02-07
相关资源
相似解决方案