• 大小: 107KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: C#
  • 标签:

资源简介

C#实现窗体最小化和托盘功能源代码,可用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;

namespace FromBerth
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void timer1_Tick(object sender EventArgs e)
        {
            int n = this.Size.Height;
            FromAutoDock.sideHideOrShow(this ref n timer1);
        }

        private void Form1_Load(object sender EventArgs e)
        {
            timer1.Enabled = true;//窗体加载时运行启动时间
        }

        private void button1_Click(object sender EventArgs e)
        {
            MessageBox.Show(“邮箱:ouyunboluck@hotmail.com““帮助“MessageBoxButtons.OK);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       9728  2012-07-24 21:51  FormBerthTest\FormBerth\bin\Debug\tingkao.exe

     文件      32256  2012-07-24 21:51  FormBerthTest\FormBerth\bin\Debug\tingkao.pdb

     文件      14328  2012-07-24 21:52  FormBerthTest\FormBerth\bin\Debug\tingkao.vshost.exe

     文件        490  2009-06-11 05:14  FormBerthTest\FormBerth\bin\Debug\tingkao.vshost.exe.manifest

     文件        887  2012-07-24 21:52  FormBerthTest\FormBerth\Form1.cs

     文件       3220  2012-07-24 21:52  FormBerthTest\FormBerth\Form1.Designer.cs

     文件       6008  2012-07-24 21:52  FormBerthTest\FormBerth\Form1.resx

     文件       3807  2012-05-13 00:12  FormBerthTest\FormBerth\FormBerth.csproj

     文件       6532  2012-05-15 00:46  FormBerthTest\FormBerth\FromAutoDock.cs

     文件       3672  2012-07-24 21:52  FormBerthTest\FormBerth\obj\Debug\FormBerth.csproj.FileListAbsolute.txt

     文件        847  2012-07-24 21:51  FormBerthTest\FormBerth\obj\Debug\FormBerth.csproj.GenerateResource.Cache

     文件        180  2012-07-24 21:51  FormBerthTest\FormBerth\obj\Debug\FromBerth.Form1.resources

     文件        180  2012-05-13 00:12  FormBerthTest\FormBerth\obj\Debug\FromBerth.Properties.Resources.resources

     文件       4608  2012-05-13 12:34  FormBerthTest\FormBerth\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1028  2012-05-13 00:00  FormBerthTest\FormBerth\obj\Debug\tingkao.csproj.FileListAbsolute.txt

     文件        847  2012-05-13 00:00  FormBerthTest\FormBerth\obj\Debug\tingkao.csproj.GenerateResource.Cache

     文件       9728  2012-07-24 21:51  FormBerthTest\FormBerth\obj\Debug\tingkao.exe

     文件        180  2012-05-13 00:00  FormBerthTest\FormBerth\obj\Debug\tingkao.Form1.resources

     文件      32256  2012-07-24 21:51  FormBerthTest\FormBerth\obj\Debug\tingkao.pdb

     文件        180  2012-05-12 23:29  FormBerthTest\FormBerth\obj\Debug\tingkao.Properties.Resources.resources

     文件        490  2012-05-13 00:11  FormBerthTest\FormBerth\Program.cs

     文件       1346  2012-05-12 21:04  FormBerthTest\FormBerth\Properties\AssemblyInfo.cs

     文件       2842  2012-05-13 00:11  FormBerthTest\FormBerth\Properties\Resources.Designer.cs

     文件       5612  2012-05-12 21:04  FormBerthTest\FormBerth\Properties\Resources.resx

     文件       1107  2012-05-13 00:11  FormBerthTest\FormBerth\Properties\Settings.Designer.cs

     文件        249  2012-05-12 21:04  FormBerthTest\FormBerth\Properties\Settings.settings

     文件       1419  2012-05-15 13:30  FormBerthTest\FormBerthTest.sln

    ..A..H.     30720  2012-07-24 21:52  FormBerthTest\FormBerthTest.suo

     文件      25600  2012-07-16 20:44  FormBerthTest\ZuiXiaoHuaTuoPan\bin\Debug\ZuiXiaoHuaTuoPan.exe

     文件      30208  2012-07-16 20:44  FormBerthTest\ZuiXiaoHuaTuoPan\bin\Debug\ZuiXiaoHuaTuoPan.pdb

............此处省略38个文件信息

评论

共有 条评论

相关资源