資源簡介
c#拖拽的時候鼠標效果是很丑陋的,使用這個DEMO,能夠實現與拖拽系統文件的一樣的半透明效果。代碼很詳細。
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
using?System.Runtime.InteropServices;
//?General?Information?about?an?assembly?is?controlled?through?the?following?
//?set?of?attributes.?Change?these?attribute?values?to?modify?the?information
//?associated?with?an?assembly.
[assembly:?Assemblytitle(“DragDropLib“)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(“DragDropLib“)]
[assembly:?AssemblyCopyright(“Copyright????2008“)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//?Setting?ComVisible?to?false?makes?the?types?in?this?assembly?not?visible?
//?to?COM?components.??If?you?need?to?access?a?type?in?this?assembly?from?
//?COM?set?the?ComVisible?attr
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2892??2008-02-04?18:05??ShellDragDrop?Part?2\DragDrop.sln
?????文件???????80384??2008-02-04?18:21??ShellDragDrop?Part?2\DragDrop.suo
?????目錄???????????0??2008-02-04?18:21??ShellDragDrop?Part?2\DragDropLib\
?????文件????????4629??2008-02-04?18:06??ShellDragDrop?Part?2\DragDropLib\DragDropLib.csproj
?????目錄???????????0??2008-02-04?17:56??ShellDragDrop?Part?2\DragDropLib\Properties\
?????文件????????1434??2008-02-04?17:56??ShellDragDrop?Part?2\DragDropLib\Properties\AssemblyInfo.cs
?????目錄???????????0??2008-02-04?17:56??ShellDragDrop?Part?2\DragDropLib\SwfExtensions\
?????目錄???????????0??2008-02-04?17:56??ShellDragDrop?Part?2\DragDropLib\WpfExtensions\
?????目錄???????????0??2008-02-04?18:21??ShellDragDrop?Part?2\DragDropLibCore\
?????文件???????15933??2008-02-01?23:30??ShellDragDrop?Part?2\DragDropLibCore\Dataob
?????文件?????????194??2008-02-01?23:28??ShellDragDrop?Part?2\DragDropLibCore\DragDropHelper.cs
?????文件????????2315??2008-02-04?17:52??ShellDragDrop?Part?2\DragDropLibCore\DragDropLibCore.csproj
?????文件?????????168??2008-02-02?00:38??ShellDragDrop?Part?2\DragDropLibCore\DragDropLibCore.csproj.user
?????文件?????????720??2008-02-01?23:28??ShellDragDrop?Part?2\DragDropLibCore\IDragSourceHelper.cs
?????文件?????????893??2008-02-01?23:29??ShellDragDrop?Part?2\DragDropLibCore\IDropTargetHelper.cs
?????文件?????????595??2008-02-01?23:29??ShellDragDrop?Part?2\DragDropLibCore\NativeStructures.cs
?????目錄???????????0??2008-02-04?09:55??ShellDragDrop?Part?2\DragDropLibCore\Properties\
?????文件????????1434??2008-02-01?23:27??ShellDragDrop?Part?2\DragDropLibCore\Properties\AssemblyInfo.cs
?????目錄???????????0??2008-02-04?18:21??ShellDragDrop?Part?2\SwfDragDropLib\
?????目錄???????????0??2008-02-04?10:02??ShellDragDrop?Part?2\SwfDragDropLib\Properties\
?????文件????????1458??2008-02-04?10:02??ShellDragDrop?Part?2\SwfDragDropLib\Properties\AssemblyInfo.cs
?????文件????????3794??2008-02-04?18:00??ShellDragDrop?Part?2\SwfDragDropLib\SwfDataob
?????文件????????3126??2008-02-04?18:04??ShellDragDrop?Part?2\SwfDragDropLib\SwfDragDropLib.csproj
?????文件?????????635??2008-02-04?16:48??ShellDragDrop?Part?2\SwfDragDropLib\SwfDragDropLibExtensions.cs
?????文件????????2919??2008-02-04?18:00??ShellDragDrop?Part?2\SwfDragDropLib\SwfDropTargetHelper.cs
?????文件????????2850??2008-02-04?17:23??ShellDragDrop?Part?2\SwfDragDropLib\SwfDropTargetHelperExtensions.cs
?????目錄???????????0??2008-02-04?18:21??ShellDragDrop?Part?2\WinFormsSample\
?????文件????????2084??2008-02-04?13:26??ShellDragDrop?Part?2\WinFormsSample\DragDropSample.cs
?????目錄???????????0??2008-02-04?09:55??ShellDragDrop?Part?2\WinFormsSample\Properties\
?????文件????????1440??2008-02-01?23:30??ShellDragDrop?Part?2\WinFormsSample\Properties\AssemblyInfo.cs
?????文件????????2857??2008-02-01?23:30??ShellDragDrop?Part?2\WinFormsSample\Properties\Resources.Designer.cs
............此處省略20個文件信息
評論
共有 條評論