资源简介
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个文件信息
- 上一篇:卫星轨道计算
- 下一篇:c#语言实现K短路算法
相关资源
- Xamarin forms 缩放手势
- winform实时获取网卡网速全部源码,获
- winform实现饼状图、柱状图、折线图(
- winform简单用户登录(带验证码)
- 输入框自动切换中文(C#winform)vs20
- winform右下角弹窗
- windorm 加载WPF控件 ,实现dxf文件显示
- C# 俄罗斯方块(winform)
- C# 贪吃蛇(winform)
- C# 五子棋(winform源码)
- Winform中嵌入excel
- C# 华容道 winform源码
- c# winform ftp 文件
- c# winform 打开网页(基于WebBrowser)
- VS2012保存时自动格式化代码插件(F
- 通过程序自动填充并提交ASP.NET表单(
- Winform图表(MSChart)
- 酒店电子管理系统winform源代码(附数
- c#开发的WebFormDesigner
- winform 界面图片轮播效果
- 坐标转换 WGS84 GCJ02 Webmercator 坐标相互
- winform 功能完整地记事本
- SignalR 2.0 Winform版
- C# winform Socket大文件传输
- C#将Excel导入到Access数据库表(winFor
- asp.net 访问odbc informix源码及配置截图
- winform图片标尺,画矩形
- C# 斑马标签打印 WEBWINFORM
- C# 监测服务器使用情况CPU、内存、硬
- C#动画控件超炫
评论
共有 条评论