• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-05-03
  • 语言: C#
  • 标签: winform  shell  FORM  ORM  编程  

资源简介

winform 实现文件浏览

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace Sample5
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Sample5());
        }
    }
}

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

     文件       1388  2007-04-27 12:04  WinShell5\WinShell.sln

    ..A..H.     39936  2007-04-27 12:04  WinShell5\WinShell.suo

     文件       5987  2007-04-25 08:33  WinShell5\Sample5\Sample5.resx

     文件       4159  2007-04-25 08:33  WinShell5\Sample5\Sample5.Designer.cs

     文件       3480  2007-04-23 10:13  WinShell5\Sample5\Sample5.csproj

     文件      15163  2007-04-27 11:58  WinShell5\Sample5\Sample5.cs

     文件        468  2007-04-23 10:14  WinShell5\Sample5\Program.cs

     文件        249  2007-04-23 10:12  WinShell5\Sample5\Properties\Settings.settings

     文件       1168  2007-04-23 10:12  WinShell5\Sample5\Properties\AssemblyInfo.cs

     文件       5612  2007-04-23 10:12  WinShell5\Sample5\Properties\Resources.resx

     文件       2836  2007-04-23 10:12  WinShell5\Sample5\Properties\Resources.Designer.cs

     文件       1103  2007-04-23 10:12  WinShell5\Sample5\Properties\Settings.Designer.cs

     文件       8345  2007-04-27 11:52  WinShell5\WinShell\API.cs

     文件       2263  2007-04-24 10:43  WinShell5\WinShell\WinShell.csproj

     文件       2240  2007-04-17 10:52  WinShell5\WinShell\IShellFolder.cs

     文件       1046  2007-04-17 10:52  WinShell5\WinShell\IContextMenu.cs

     文件       1940  2007-04-17 10:52  WinShell5\WinShell\Guids.cs

     文件       2595  2007-04-17 10:52  WinShell5\WinShell\Structs.cs

     文件      10252  2007-04-17 11:26  WinShell5\WinShell\Enums.cs

     文件       2971  2007-04-25 09:31  WinShell5\WinShell\PIDL.cs

     文件       1862  2007-04-25 09:57  WinShell5\WinShell\ShellItem.cs

     文件        763  2007-04-17 10:52  WinShell5\WinShell\IEnumIDList.cs

     文件       1317  2007-04-16 15:58  WinShell5\WinShell\Properties\AssemblyInfo.cs

     目录          0  2007-04-27 12:04  WinShell5\Sample5\Properties

     目录          0  2007-04-27 12:04  WinShell5\WinShell\Properties

     目录          0  2007-04-27 12:04  WinShell5\Sample5

     目录          0  2007-04-27 12:04  WinShell5\WinShell

     目录          0  2007-04-27 12:04  WinShell5

----------- ---------  ---------- -----  ----

               117143                    28

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

评论

共有 条评论