资源简介
C# winform treeView控件的使用treeView1_BeforeExpand treeView绑定数据库
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
namespace test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
this.InitNode(this.GetData());
// 列出所有盘符:C:D:E:
string[] drivers = Environment.GetLogicalDrives();
for (int i = 0; i < drivers.Length; i++)
{
if (PlatformInvokeKernel32.GetDriveType(drivers[i]) == PlatformInvokeKernel32.DRIVE_FIXE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 901 2010-06-01 09:10 test.sln
..A..H. 15360 2010-06-04 09:02 test.suo
文件 24576 2010-06-04 09:01 test\bin\Debug\test.exe
文件 32256 2010-06-04 09:01 test\bin\Debug\test.pdb
文件 5632 2005-11-11 22:25 test\bin\Debug\test.vshost.exe
目录 0 2010-06-01 09:14 test\bin\Debug
目录 0 2010-06-01 09:10 test\bin
文件 7465 2010-06-04 09:02 test\Form1.cs
文件 2666 2010-06-04 08:57 test\Form1.Designer.cs
文件 5814 2010-06-04 08:57 test\Form1.resx
目录 0 2010-06-01 09:10 test\obj\Debug\TempPE
文件 842 2010-06-04 08:57 test\obj\Debug\test.csproj.GenerateResource.Cache
文件 24576 2010-06-04 09:01 test\obj\Debug\test.exe
文件 180 2010-06-04 08:57 test\obj\Debug\test.Form1.resources
文件 32256 2010-06-04 09:01 test\obj\Debug\test.pdb
文件 180 2010-06-01 09:13 test\obj\Debug\test.Properties.Resources.resources
目录 0 2010-06-04 09:01 test\obj\Debug
文件 895 2010-06-04 09:01 test\obj\test.csproj.FileListAbsolute.txt
目录 0 2010-06-01 09:14 test\obj
文件 463 2010-06-01 09:10 test\Program.cs
文件 1170 2010-06-01 09:10 test\Properties\AssemblyInfo.cs
文件 2864 2010-06-01 09:10 test\Properties\Resources.Designer.cs
文件 5350 2010-06-01 09:10 test\Properties\Resources.resx
文件 1089 2010-06-01 09:10 test\Properties\Settings.Designer.cs
文件 249 2010-06-01 09:10 test\Properties\Settings.settings
目录 0 2010-06-01 09:10 test\Properties
文件 3215 2010-06-01 09:13 test\test.csproj
目录 0 2010-06-04 09:02 test
----------- --------- ---------- ----- ----
167999 28
............此处省略1个文件信息
相关资源
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- 数据同步服务程序源码(附数据库脚
- Speex编解码调用
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- WPF 自定义标题的winform窗体实现源码
- ztree应用
- Treeview控件用法基础
- C# WinForm取命令行参数
- Dotween.unitypackage
- C# 内容繁简转换
- Datagridview读取数据库,一键统计
- Winform中鼠标穿透效果,类似桌面壁纸
- winform 利用image实现变脸小动画
- ASPxGridView(或ASPxTreeList)动态加载数
- Employee Info Starter Kit
- 测试链接并显示查询数据
- sql数据库分离和转移
- 使用T4引擎生成数据库表实体Demo
- winform中set文件的写入
- winform操作webform后台
- winform程序默认以管理员身份运行 (
- 读取Access数据库中指定表数据到Exce
- 每天定时读取Excel文件给指定数据库
- 通用数据库连接
- 自定义Winform窗体例子(入门级)122
评论
共有 条评论