嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
TreeListView源码
开源的代码,有些地方修改了下
.
├── TreeListView
│ ├── APIs
│ │ ├── APIs2002.csproj
│ │ ├── APIsClipboard.cs
│ │ ├── APIsComctl32.cs
│ │ ├── APIsEnums.cs
│ │ ├── APIsGdi.cs
│ │ ├── APIsMenu.cs
│ │ ├── APIsShell.cs
│ │ ├── APIsShlwapi.cs
│ │ ├── APIsStructs.cs
│ │ ├── APIsUser32.cs
│ │ ├── APIsUxTheme.cs
│ │ ├── APIsWndProc.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── COMInterfaces.cs
│ │ ├── ColorUtil.cs
│ │ ├── TextUtil.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── System.Runtime.InteropServices.APIs.dll
│ │ │ ├── System.Runtime.InteropServices.APIs.pdb
│ │ │ └── System.Runtime.InteropServices.APIs.xml
│ │ └── obj
│ │ └── Debug
│ │ ├── APIs2002.csproj.AssemblyReference.cache
│ │ ├── APIs2002.csproj.CoreCompileInputs.cache
│ │ ├── APIs2002.csproj.FileListAbsolute.txt
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── System.Runtime.InteropServices.APIs.dll
│ │ ├── System.Runtime.InteropServices.APIs.pdb
│ │ └── TempPE
│ └── TreeListView
│ ├── TestForm
│ │ ├── 525FLOP1.ICO
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── CLSDFOLD.ICO
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── NOTE12.ICO
│ │ ├── OPENFOLD.ICO
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TestForm.csproj
│ │ ├── TreeListViewNF.cs
│ │ ├── TreeViewNF.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── System.Runtime.InteropServices.APIs.dll
│ │ │ ├── System.Runtime.InteropServices.APIs.pdb
│ │ │ ├── System.Runtime.InteropServices.APIs.xml
│ │ │ ├── System.Windows.Forms.TreeListView.dll
│ │ │ ├── System.Windows.Forms.TreeListView.pdb
│ │ │ ├── System.Windows.Forms.TreeListView.xml
│ │ │ ├── TestForm.exe
│ │ │ ├── TestForm.exe.config
│ │ │ └── TestForm.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── TestForm.Form1.resources
│ │ ├── TestForm.Properties.Resources.resources
│ │ ├── TestForm.csproj.AssemblyReference.cache
│ │ ├── TestForm.csproj.CopyComplete
│ │ ├── TestForm.csproj.CoreCompileInputs.cache
│ │ ├── TestForm.csproj.FileListAbsolute.txt
│ │ ├── TestForm.csproj.GenerateResource.cache
│ │ ├── TestForm.exe
│ │ └── TestForm.pdb
│ ├── TreeListView
│ │ ├── AssemblyInfo.cs
│ │ ├── Forms
│ │ │ ├── TreeListViewItemsEditor.cs
│ │ │ └── TreeListViewItemsEditor.resx
│ │ ├── ITreeListViewItemComparer.cs
│ │ ├── Icons
│ │ │ ├── Minus.gif
│ │ │ └── Plus.gif
│ │ ├── SelectedTreeListViewItemCollection.cs
│ │ ├── System.Windows.Forms.TreeListView.xml
│ │ ├── TreeListView.cs
│ │ ├── TreeListView.resx
│ │ ├── TreeListView2002.csproj
│ │ ├── TreeListViewItem.cs
│ │ ├── TreeListViewItemCollection.cs
│ │ ├── TreeListViewSubItemEdit.cs
│ │ ├── TreeListViewSubItemEdit.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── System.Runtime.InteropServices.APIs.dll
│ │ │ │ ├── System.Runtime.InteropServices.APIs.pdb
│ │ │ │ ├── System.Runtime.InteropServices.APIs.xml
│ │ │ │ ├── System.Windows.Forms.TreeListView.dll
│ │ │ │ ├── System.Windows.Forms.TreeListView.pdb
│ │ │ │ └── System.Windows.Forms.TreeListView.xml
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── System.Windows.Forms.CustomEdit.resources
│ │ ├── System.Windows.Forms.TreeListView.dll
│ │ ├── System.Windows.Forms.TreeListView.pdb
│ │ ├── System.Windows.Forms.TreeListView.resources
│ │ ├── System.Windows.Forms.TreeListViewItemsEditorForm.resources
│ │ ├── TempPE
│ │ ├── TreeListView2002.csproj.AssemblyReference.cache
│ │ ├── TreeListView2002.csproj.CopyComplete
│ │ ├── TreeListView2002.csproj.CoreCompileInputs.cache
│ │ ├── TreeListView2002.csproj.FileListAbsolute.txt
│ │ └── TreeListView2002.csproj.GenerateResource.cache
│ ├── TreeListView2002.sln
│ └── TryTreeListView
│ ├── 525FLOP1.ICO
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── CLSDFOLD.ICO
│ ├── NOTE12.ICO
│ ├── OPENFOLD.ICO
│ ├── TryTreeListView.cs
│ ├── TryTreeListView.cs.old
│ ├── TryTreeListView.resx
│ ├── TryTreeListView2002.csproj
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── System.Runtime.InteropServices.APIs.dll
│ │ │ ├── System.Runtime.InteropServices.APIs.pdb
│ │ │ ├── System.Runtime.InteropServices.APIs.xml
│ │ │ ├── System.Windows.Forms.TreeListView.dll
│ │ │ ├── System.Windows.Forms.TreeListView.pdb
│ │ │ ├── System.Windows.Forms.TreeListView.xml
│ │ │ ├── TryTreeListView.exe
│ │ │ ├── TryTreeListView.exe.config
│ │ │ └── TryTreeListView.pdb
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── TryTreeListView.Form1.resources
│ ├── TryTreeListView.TryTreeListView.resources
│ ├── TryTreeListView.exe
│ ├── TryTreeListView.pdb
│ ├── TryTreeListView2002.csproj.AssemblyReference.cache
│ ├── TryTreeListView2002.csproj.CopyComplete
│ ├── TryTreeListView2002.csproj.CoreCompileInputs.cache
│ ├── TryTreeListView2002.csproj.FileListAbsolute.txt
│ └── TryTreeListView2002.csproj.GenerateResource.cache
└── 好例子网_TreeListView.7z
31 directories, 128 files