摘要: 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... 阅读全文
posted @ 2013-09-29 17:47 美丽的矩阵 阅读(342) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Windows.Forms;using System.Diagnostics;using System.IO;namespace frameTest{ static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { string MName = Process.GetCurrentProcess().MainModule.ModuleName; string PName = Pat.. 阅读全文
posted @ 2013-09-29 15:58 美丽的矩阵 阅读(161) 评论(0) 推荐(0)