• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 数据库  winform  ee  tree  

资源简介

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个文件信息

评论

共有 条评论