資源簡介
這是一個小的日志提示程序,一運行,就會出現首頁,按alt f4隱藏首頁,該圖標會在顯示在右下角托盤上。4當到一定的時間,就會自動運行別外一個頁面,打開你的主頁,主頁上寫上你的要做的事情就OK,我設定的是17:55:18分,大家可以根據需要,我加幾個窗口,來提示某時做什么。 可以通過這個程序學會托盤程序的編寫方法。
文件中有源文件和安裝文件,安裝前請先安裝.netFramework運行環境。vs2008制作
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
//download?by?http://www.codefans.net
namespace?MyNote
{
????public?partial?class?mainframe?:?Form
????{
????????public?mainframe()
????????{
????????????InitializeComponent();
????????}
????????private?void?mainframe_Load(object?sender?EventArgs?e)
????????{
????????}
????????private?void?contextMenuLeft_Opening(object?sender?CancelEventArgs?e)
????????{
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????DateTime?currentDate?=?new?DateTime();
????????????currentDate?=?System.DateTime.Now;
????????????int?hour?=?currentDate.Hou
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-06-24?23:01??MyNote\
?????文件?????????908??2013-06-24?23:01??MyNote.sln
?????目錄???????????0??2013-06-24?23:01??MyNote\bin\
?????目錄???????????0??2013-06-24?23:03??MyNote\bin\Debug\
?????文件??????317952??2013-06-24?23:03??MyNote\bin\Debug\MyNote.exe
?????文件???????32256??2013-06-24?23:03??MyNote\bin\Debug\MyNote.pdb
?????文件???????21464??2013-06-24?23:02??MyNote\bin\Debug\MyNote.vshost.exe
?????文件?????????490??2012-06-02?22:34??MyNote\bin\Debug\MyNote.vshost.exe.manifest
?????文件????????2626??2011-10-12?15:25??MyNote\Form1.cs
?????文件???????15626??2011-05-06?17:21??MyNote\Form1.Designer.cs
?????文件???????13610??2011-05-06?17:21??MyNote\Form1.resx
?????文件????????4606??2013-06-24?23:01??MyNote\MyNote.csproj
?????文件?????????951??2011-05-16?10:24??MyNote\notefr
?????文件????????3557??2011-05-16?10:24??MyNote\notefr
?????文件????????5814??2011-05-16?10:24??MyNote\notefr
?????目錄???????????0??2013-06-24?23:01??MyNote\obj\
?????目錄???????????0??2013-06-24?23:03??MyNote\obj\Debug\
?????文件????????7259??2013-06-24?23:01??MyNote\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????919??2013-06-24?23:03??MyNote\obj\Debug\MyNote.csproj.FileListAbsolute.txt
?????文件????????1065??2013-06-24?23:03??MyNote\obj\Debug\MyNote.csproj.GenerateResource.Cache
?????文件????????1757??2013-06-24?23:03??MyNote\obj\Debug\MyNote.csprojResolveAssemblyReference.cache
?????文件??????317952??2013-06-24?23:03??MyNote\obj\Debug\MyNote.exe
?????文件????????5342??2013-06-24?23:03??MyNote\obj\Debug\MyNote.mainfr
?????文件?????????180??2013-06-24?23:03??MyNote\obj\Debug\MyNote.notefr
?????文件???????32256??2013-06-24?23:03??MyNote\obj\Debug\MyNote.pdb
?????文件??????296801??2013-06-24?23:03??MyNote\obj\Debug\MyNote.Properties.Resources.resources
?????目錄???????????0??2013-06-24?23:01??MyNote\obj\Debug\TempPE\
?????文件????????5120??2013-06-24?23:01??MyNote\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????491??2011-05-16?10:27??MyNote\Program.cs
?????目錄???????????0??2011-05-06?13:31??MyNote\Properties\
?????文件????????1354??2011-05-05?15:27??MyNote\Properties\AssemblyInfo.cs
............此處省略10個文件信息
- 上一篇:System.Threading.Timer 常用操作
- 下一篇:2013高仿QQ
評論
共有 條評論