資源簡介
c# application 源碼
代碼片段和文件信息
using?System;
using?System.Windows.Forms;
namespace?hm
{
internal?sealed?class?Program
{
static?void?Main()??
{??
????????????Application.EnableVisualstyles();??
????????????Application.SetCompatibleTextRenderingDefault(false);??
?
????????????System.Resources.ResourceManager?resources?=???
????????????????new?System.Resources.ResourceManager(“myResource“?System.Reflection.Assembly.GetExecutingAssembly());??
????????????NotifyIcon?ni?=?new?NotifyIcon();??
?
????????????ni.BalloonTipIcon?=?System.Windows.Forms.ToolTipIcon.Warning;??
????????????ni.BalloonTipText?=?“test!“;??
????????????ni.BalloonTiptitle?=?“test.“;??
????????????//ni.ContextMenuStrip?=?contextMenu;??
????????????ni.Icon?=?((System.Drawing.Icon)(resources.Getobject(“sex.ico“)));??
????????????ni.Text?=?“Test“;??
????????????ni.Visible?=?true;??
????????????ni.MouseClick?+=?delegate(object?sender?MouseEventArgs?e)??
????????????{??
????????????????ni.Sho
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-29?12:35??hm\
?????目錄???????????0??2015-12-29?12:59??hm\hm\
?????目錄???????????0??2015-12-29?12:35??hm\hm\bin\
?????目錄???????????0??2015-12-29?12:57??hm\hm\bin\Debug\
?????文件???????12800??2015-12-29?12:59??hm\hm\bin\Debug\hm.exe
?????文件???????11776??2015-12-29?12:59??hm\hm\bin\Debug\hm.pdb
?????文件????????6462??2015-12-29?12:42??hm\hm\bin\Debug\sex.ico
?????文件????????2417??2015-12-29?12:58??hm\hm\hm.csproj
?????目錄???????????0??2015-12-29?12:35??hm\hm\obj\
?????目錄???????????0??2015-12-29?12:59??hm\hm\obj\Debug\
?????文件????????1216??2015-12-29?12:59??hm\hm\obj\Debug\GenerateResource.read.1.tlog
?????文件?????????236??2015-12-29?12:59??hm\hm\obj\Debug\GenerateResource.write.1.tlog
?????文件?????????493??2015-12-29?12:59??hm\hm\obj\Debug\hm.csproj.FileListAbsolute.txt
?????文件???????12800??2015-12-29?12:59??hm\hm\obj\Debug\hm.exe
?????文件???????11776??2015-12-29?12:59??hm\hm\obj\Debug\hm.pdb
?????文件????????7014??2015-12-29?12:59??hm\hm\obj\Debug\hm.Resource1.resources
?????文件??????144103??2015-12-29?12:35??hm\hm\obj\Debug\ResolveAssemblyReference.cache
?????文件????????1100??2015-12-29?12:59??hm\hm\Program.cs
?????目錄???????????0??2015-12-29?12:55??hm\hm\Properties\
?????文件????????1061??2015-12-29?12:35??hm\hm\Properties\AssemblyInfo.cs
?????文件???????15802??2015-12-29?12:58??hm\hm\Resource1.resx
?????文件?????????819??2015-12-29?12:55??hm\hm.sln
評論
共有 條評論