資源簡介
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?????????????{
????????????????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個文件信息
評論
共有 條評論