• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-25
  • 语言: C#
  • 标签: C#  c  源码  app  

资源简介

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

评论

共有 条评论