-
大小: 0.22M文件類型: .zip金幣: 1下載: 0 次發布日期: 2020-12-25
- 語言: C#
- 標簽: QQ??消息??閃爍??NotifyIcon??
資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?mgen_windowNotify
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????NotifyIconAnimator?trayAnimator;
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????var?icons?=?new?string[]?{?“project1.ico“?“project2.ico“?}.Select(s?=>?new?Icon(s)).ToArray();
????????????trayAnimator.StartAnimation(icons?500?-1);
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-05-05?11:35??mgen_windowNotify\
?????文件????????1048??2014-01-19?15:09??mgen_windowNotify.sln
?????文件?????????187??2014-01-19?15:09??mgen_windowNotify\App.config
?????目錄???????????0??2016-05-05?11:35??mgen_windowNotify\bin\
?????目錄???????????0??2016-05-05?11:40??mgen_windowNotify\bin\Debug\
?????文件???????13824??2016-05-05?11:40??mgen_windowNotify\bin\Debug\mgen_windowNotify.exe
?????文件?????????187??2014-01-19?15:09??mgen_windowNotify\bin\Debug\mgen_windowNotify.exe.config
?????文件???????30208??2016-05-05?11:40??mgen_windowNotify\bin\Debug\mgen_windowNotify.pdb
?????文件???????23168??2016-05-05?11:37??mgen_windowNotify\bin\Debug\mgen_windowNotify.vshost.exe
?????文件?????????187??2014-01-19?15:09??mgen_windowNotify\bin\Debug\mgen_windowNotify.vshost.exe.config
?????文件?????????490??2012-06-02?22:34??mgen_windowNotify\bin\Debug\mgen_windowNotify.vshost.exe.manifest
?????文件???????25214??2014-01-18?13:41??mgen_windowNotify\bin\Debug\Project1.ico
?????文件???????97445??2014-01-19?01:04??mgen_windowNotify\bin\Debug\Project2.ico
?????文件????????1829??2014-01-19?17:50??mgen_windowNotify\Form1.cs
?????文件????????5281??2014-01-19?17:28??mgen_windowNotify\Form1.Designer.cs
?????文件????????6016??2014-01-19?17:28??mgen_windowNotify\Form1.resx
?????文件????????4168??2014-01-19?15:24??mgen_windowNotify\mgen_windowNotify.csproj
?????文件?????????228??2014-01-19?15:23??mgen_windowNotify\mgen_windowNotify.csproj.user
?????文件????????3102??2014-01-19?17:32??mgen_windowNotify\NativeMethods.cs
?????文件????????2249??2014-01-19?17:37??mgen_windowNotify\NotifyIconAnimator.cs
?????目錄???????????0??2016-05-05?11:35??mgen_windowNotify\obj\
?????目錄???????????0??2016-05-05?11:40??mgen_windowNotify\obj\Debug\
?????文件????????7253??2016-05-05?11:35??mgen_windowNotify\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????1209??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.csproj.FileListAbsolute.txt
?????文件?????????977??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.csproj.GenerateResource.Cache
?????文件????????2211??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.csprojResolveAssemblyReference.cache
?????文件???????13824??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.exe
?????文件?????????180??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.Form1.resources
?????文件???????30208??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.pdb
?????文件?????????180??2016-05-05?11:40??mgen_windowNotify\obj\Debug\mgen_windowNotify.Properties.Resources.resources
?????文件???????????0??2016-05-05?11:35??mgen_windowNotify\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此處省略12個文件信息
- 上一篇:C# 大話設計模式 完整
- 下一篇:vb.net 反射調用接口DLL窗體
評論
共有 條評論