基本信息
源码名称:C#的刷新托盘区域图标的代码及程序集
源码大小:0.15M
文件格式:.zip
开发语言:C#
更新时间:2024-01-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

包括以下内容: 1:一些常用的WindowsAPI函数的定义,消息的ID等; 2:可以刷新右下角托盘区域的图标(删除已死程序的图标);

HWin32

├── Backup
│   ├── HWin32
│   │   ├── HDataStruct.cs
│   │   ├── HWin32.csproj
│   │   ├── Memory.cs
│   │   ├── Message.cs
│   │   ├── Mouse.cs
│   │   ├── MsgId.cs
│   │   ├── OS.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Windows.cs
│   ├── HWin32.sln
│   ├── HWin32Ex
│   │   ├── HWin32Ex.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SysTray.cs
│   └── HWin32Test
│       ├── HWin32Test.csproj
│       ├── Main.Designer.cs
│       ├── Main.cs
│       ├── Main.resx
│       ├── Program.cs
│       └── Properties
│           ├── AssemblyInfo.cs
│           ├── Resources.Designer.cs
│           ├── Resources.resx
│           ├── Settings.Designer.cs
│           └── Settings.settings
├── HWin32
│   ├── HDataStruct.cs
│   ├── HWin32.csproj
│   ├── Memory.cs
│   ├── Message.cs
│   ├── Mouse.cs
│   ├── MsgId.cs
│   ├── OS.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Windows.cs
│   ├── bin
│   │   └── Debug
│   │       ├── HWin32.dll
│   │       └── HWin32.pdb
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── HWin32.csproj.AssemblyReference.cache
│           ├── HWin32.csproj.CoreCompileInputs.cache
│           ├── HWin32.csproj.FileListAbsolute.txt
│           ├── HWin32.dll
│           ├── HWin32.pdb
│           └── TempPE
├── HWin32.sln
├── HWin32.suo
├── HWin32Ex
│   ├── HWin32Ex.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SysTray.cs
│   ├── bin
│   │   └── Debug
│   │       ├── HWin32.dll
│   │       ├── HWin32.pdb
│   │       ├── HWin32Ex.dll
│   │       └── HWin32Ex.pdb
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── HWin32Ex.csproj.AssemblyReference.cache
│           ├── HWin32Ex.csproj.CopyComplete
│           ├── HWin32Ex.csproj.CoreCompileInputs.cache
│           ├── HWin32Ex.csproj.FileListAbsolute.txt
│           ├── HWin32Ex.dll
│           ├── HWin32Ex.pdb
│           └── TempPE
├── HWin32Test
│   ├── HWin32Test.csproj
│   ├── Main.Designer.cs
│   ├── Main.cs
│   ├── Main.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │       ├── HWin32.dll
│   │       ├── HWin32.pdb
│   │       ├── HWin32Ex.dll
│   │       ├── HWin32Ex.pdb
│   │       ├── HWin32Test.exe
│   │       ├── HWin32Test.exe.config
│   │       └── HWin32Test.pdb
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── HWin32Test.Main.resources
│           ├── HWin32Test.Properties.Resources.resources
│           ├── HWin32Test.csproj.AssemblyReference.cache
│           ├── HWin32Test.csproj.CopyComplete
│           ├── HWin32Test.csproj.CoreCompileInputs.cache
│           ├── HWin32Test.csproj.FileListAbsolute.txt
│           ├── HWin32Test.csproj.GenerateResource.cache
│           ├── HWin32Test.csproj.SuggestedBindingRedirects.cache
│           ├── HWin32Test.exe
│           ├── HWin32Test.pdb
│           └── TempPE
│               └── Properties.Resources.Designer.cs.dll
└── UpgradeLog.htm

28 directories, 87 files