文件名称:WindowsShell
-
所属分类:
- 标签属性:
- 上传时间:2012-10-17
-
文件大小:129.94kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Windows Shell Namespace Extension Framework
This sample and how-to guide shows you how to use C# and PInvoke
to build a reusable framework for writing Windows shell
namespace extensions. It includes three sample shell namespace
extension projects.
This sample and how-to guide shows you how to use C# and PInvoke
to build a reusable framework for writing Windows shell
namespace extensions. It includes three sample shell namespace
extension projects.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NsEx1/
NsEx1/AssemblyInfo.cs
NsEx1/KeyItem.cs
NsEx1/MainClass.cs
NsEx1/NsEx1.csproj
NsEx1/NsEx1.csproj.user
NsEx1/Root.cs
NsEx1/ValueItem.cs
NsEx2/
NsEx2/AssemblyInfo.cs
NsEx2/MainClass.cs
NsEx2/MyItem.cs
NsEx2/NsEx2.csproj
NsEx2/NsEx2.csproj.user
NsEx2/Root.cs
NsEx3/
NsEx3/Item.cs
NsEx3/MainClass.cs
NsEx3/NsEx3.csproj
NsEx3/NsEx3.csproj.user
NsEx3/Root.cs
VS2003/
VS2003/NsEx1/
VS2003/NsEx1/AssemblyInfo.cs
VS2003/NsEx1/KeyItem.cs
VS2003/NsEx1/MainClass.cs
VS2003/NsEx1/NsEx1.csproj
VS2003/NsEx1/NsEx1.csproj.user
VS2003/NsEx1/NsEx1.rc
VS2003/NsEx1/NsEx1.RES
VS2003/NsEx1/Root.cs
VS2003/NsEx1/ValueItem.cs
VS2003/NsEx2/
VS2003/NsEx2/AssemblyInfo.cs
VS2003/NsEx2/MainClass.cs
VS2003/NsEx2/MyItem.cs
VS2003/NsEx2/NsEx2.csproj
VS2003/NsEx2/NsEx2.csproj.user
VS2003/NsEx2/Root.cs
VS2003/NsEx3/
VS2003/NsEx3/Item.cs
VS2003/NsEx3/MainClass.cs
VS2003/NsEx3/NsEx3.csproj
VS2003/NsEx3/NsEx3.csproj.user
VS2003/NsEx3/Root.cs
VS2003/WindowsShell/
VS2003/WindowsShell/AssemblyInfo.cs
VS2003/WindowsShell/Interop/
VS2003/WindowsShell/Interop/ColumnId.cs
VS2003/WindowsShell/Interop/ColumnStates.cs
VS2003/WindowsShell/Interop/CommandInfo.cs
VS2003/WindowsShell/Interop/CommandInfoMasks.cs
VS2003/WindowsShell/Interop/DeviceAspects.cs
VS2003/WindowsShell/Interop/DrawingStyle.cs
VS2003/WindowsShell/Interop/DvTargetDevice.cs
VS2003/WindowsShell/Interop/EnumOptions.cs
VS2003/WindowsShell/Interop/ExtractIconFlags.cs
VS2003/WindowsShell/Interop/ExtractIconOptions.cs
VS2003/WindowsShell/Interop/ExtraSearch.cs
VS2003/WindowsShell/Interop/FileDescriptor.cs
VS2003/WindowsShell/Interop/FileDescriptorFlags.cs
VS2003/WindowsShell/Interop/FormatEtc.cs
VS2003/WindowsShell/Interop/IAdviseSink.cs
VS2003/WindowsShell/Interop/IconMarshaler.cs
VS2003/WindowsShell/Interop/IContextMenu.cs
VS2003/WindowsShell/Interop/IDataObject.cs
VS2003/WindowsShell/Interop/IEnumExtraSearch.cs
VS2003/WindowsShell/Interop/IEnumFormatEtc.cs
VS2003/WindowsShell/Interop/IEnumIDList.cs
VS2003/WindowsShell/Interop/IEnumStatData.cs
VS2003/WindowsShell/Interop/IExtractIcon.cs
VS2003/WindowsShell/Interop/IMalloc.cs
VS2003/WindowsShell/Interop/IPersist.cs
VS2003/WindowsShell/Interop/IPersistFolder.cs
VS2003/WindowsShell/Interop/IRemoteComputer.cs
VS2003/WindowsShell/Interop/IShellFolder.cs
VS2003/WindowsShell/Interop/IShellFolder2.cs
VS2003/WindowsShell/Interop/IShellFolderViewCB.cs
VS2003/WindowsShell/Interop/ItemId.cs
VS2003/WindowsShell/Interop/ItemIdList.cs
VS2003/WindowsShell/Interop/ItemIdListMarshaler.cs
VS2003/WindowsShell/Interop/ItemIdMarshaler.cs
VS2003/WindowsShell/Interop/Malloc.cs
VS2003/WindowsShell/Interop/MenuItemInfo.cs
VS2003/WindowsShell/Interop/MenuItemInfoOptions.cs
VS2003/WindowsShell/Interop/MenuItemStates.cs
VS2003/WindowsShell/Interop/MenuItemTypes.cs
VS2003/WindowsShell/Interop/PointL.cs
VS2003/WindowsShell/Interop/Shell32.cs
VS2003/WindowsShell/Interop/ShellChangeEvents.cs
VS2003/WindowsShell/Interop/ShellChangeFlags.cs
VS2003/WindowsShell/Interop/ShellDetails.cs
VS2003/WindowsShell/Interop/ShellExecuteInfo.cs
VS2003/WindowsShell/Interop/ShellExecuteOptions.cs
VS2003/WindowsShell/Interop/ShellFolderViewCreate.cs
VS2003/WindowsShell/Interop/ShellFolderViewMessage.cs
VS2003/WindowsShell/Interop/SizeL.cs
VS2003/WindowsShell/Interop/StatData.cs
VS2003/WindowsShell/Interop/StgMedium.cs
VS2003/WindowsShell/Interop/StorageMedia.cs
VS2003/WindowsShell/Interop/StrRet.cs
VS2003/WindowsShell/Interop/StrRetType.cs
VS2003/WindowsShell/Interop/User32.cs
VS2003/WindowsShell/Interop/Win32Window.cs
VS2003/WindowsShell/Interop/Win32WindowMarshaler.cs
VS2003/WindowsShell/key.snk
VS2003/WindowsShell/Nspace/
VS2003/WindowsShell/Nspace/Column.cs
VS2003/WindowsShell/Nspace/ColumnCollection.cs
VS2003/WindowsShell/Nspace/ColumnFormat.cs
VS2003/WindowsShell/Nspace/CommandStringOptions.cs
VS2003/WindowsShell/Nspace/ContextMenuEventArgs.cs
VS2003/WindowsShell/Nspace/ContextMenuImpl.cs
VS2003/WindowsShell/Nspace/ContextMenuOptions.cs
VS2003/WindowsShell/Nspace/DefaultFolderObject.cs
VS2003/WindowsShell/Nspace/EnumIdListImpl.cs
VS2003/WindowsShell/Nspace/ExploreMenuItem.cs
VS2003/WindowsShell/Nspace/ExtractIconImpl.cs
VS2003/WindowsShell/Nspace/FolderAttributes.cs
VS2003/WindowsShell/Nspace/IFolderObject.cs
VS2003/WindowsShell/Nspace/MenuOrderEnumerator.cs
VS2003/WindowsShell/Nspace/NameOptions.cs
VS2003/WindowsShell/Nspace/NsExtension.cs
VS2003/WindowsShell/Nspace/NsExtensionAttribute.cs
VS2003/WindowsShell/Nspace/NsExtensionRegistrar.cs
VS2003/WindowsShell/Nspace/NsTarget.cs
VS2003/WindowsShell/Nspace/Shell32Icon.cs
VS2003/WindowsShell/Nspace/ShellIcon.cs
VS2003/WindowsShell/Nspace/ShellMenuItem.cs
VS2003/WindowsShell/Nspace/TargetNameAttribute.cs
VS2003/WindowsShell/WindowsShell.csproj
VS2003/WindowsShell/WindowsShell.csproj.user
VS2003/WindowsShell/WindowsShell.sln
VS2003/WindowsShell/WindowsShell.suo
WindowsShell.sln
WindowsShell/
WindowsShell/AssemblyInfo.cs
WindowsShell/WindowsShell.csproj
WindowsShell/WindowsShell.csproj.user
references.html
screenshot.jpg
readme.html
readme.txt
default.css
framework.html
write.html
NsEx1/AssemblyInfo.cs
NsEx1/KeyItem.cs
NsEx1/MainClass.cs
NsEx1/NsEx1.csproj
NsEx1/NsEx1.csproj.user
NsEx1/Root.cs
NsEx1/ValueItem.cs
NsEx2/
NsEx2/AssemblyInfo.cs
NsEx2/MainClass.cs
NsEx2/MyItem.cs
NsEx2/NsEx2.csproj
NsEx2/NsEx2.csproj.user
NsEx2/Root.cs
NsEx3/
NsEx3/Item.cs
NsEx3/MainClass.cs
NsEx3/NsEx3.csproj
NsEx3/NsEx3.csproj.user
NsEx3/Root.cs
VS2003/
VS2003/NsEx1/
VS2003/NsEx1/AssemblyInfo.cs
VS2003/NsEx1/KeyItem.cs
VS2003/NsEx1/MainClass.cs
VS2003/NsEx1/NsEx1.csproj
VS2003/NsEx1/NsEx1.csproj.user
VS2003/NsEx1/NsEx1.rc
VS2003/NsEx1/NsEx1.RES
VS2003/NsEx1/Root.cs
VS2003/NsEx1/ValueItem.cs
VS2003/NsEx2/
VS2003/NsEx2/AssemblyInfo.cs
VS2003/NsEx2/MainClass.cs
VS2003/NsEx2/MyItem.cs
VS2003/NsEx2/NsEx2.csproj
VS2003/NsEx2/NsEx2.csproj.user
VS2003/NsEx2/Root.cs
VS2003/NsEx3/
VS2003/NsEx3/Item.cs
VS2003/NsEx3/MainClass.cs
VS2003/NsEx3/NsEx3.csproj
VS2003/NsEx3/NsEx3.csproj.user
VS2003/NsEx3/Root.cs
VS2003/WindowsShell/
VS2003/WindowsShell/AssemblyInfo.cs
VS2003/WindowsShell/Interop/
VS2003/WindowsShell/Interop/ColumnId.cs
VS2003/WindowsShell/Interop/ColumnStates.cs
VS2003/WindowsShell/Interop/CommandInfo.cs
VS2003/WindowsShell/Interop/CommandInfoMasks.cs
VS2003/WindowsShell/Interop/DeviceAspects.cs
VS2003/WindowsShell/Interop/DrawingStyle.cs
VS2003/WindowsShell/Interop/DvTargetDevice.cs
VS2003/WindowsShell/Interop/EnumOptions.cs
VS2003/WindowsShell/Interop/ExtractIconFlags.cs
VS2003/WindowsShell/Interop/ExtractIconOptions.cs
VS2003/WindowsShell/Interop/ExtraSearch.cs
VS2003/WindowsShell/Interop/FileDescriptor.cs
VS2003/WindowsShell/Interop/FileDescriptorFlags.cs
VS2003/WindowsShell/Interop/FormatEtc.cs
VS2003/WindowsShell/Interop/IAdviseSink.cs
VS2003/WindowsShell/Interop/IconMarshaler.cs
VS2003/WindowsShell/Interop/IContextMenu.cs
VS2003/WindowsShell/Interop/IDataObject.cs
VS2003/WindowsShell/Interop/IEnumExtraSearch.cs
VS2003/WindowsShell/Interop/IEnumFormatEtc.cs
VS2003/WindowsShell/Interop/IEnumIDList.cs
VS2003/WindowsShell/Interop/IEnumStatData.cs
VS2003/WindowsShell/Interop/IExtractIcon.cs
VS2003/WindowsShell/Interop/IMalloc.cs
VS2003/WindowsShell/Interop/IPersist.cs
VS2003/WindowsShell/Interop/IPersistFolder.cs
VS2003/WindowsShell/Interop/IRemoteComputer.cs
VS2003/WindowsShell/Interop/IShellFolder.cs
VS2003/WindowsShell/Interop/IShellFolder2.cs
VS2003/WindowsShell/Interop/IShellFolderViewCB.cs
VS2003/WindowsShell/Interop/ItemId.cs
VS2003/WindowsShell/Interop/ItemIdList.cs
VS2003/WindowsShell/Interop/ItemIdListMarshaler.cs
VS2003/WindowsShell/Interop/ItemIdMarshaler.cs
VS2003/WindowsShell/Interop/Malloc.cs
VS2003/WindowsShell/Interop/MenuItemInfo.cs
VS2003/WindowsShell/Interop/MenuItemInfoOptions.cs
VS2003/WindowsShell/Interop/MenuItemStates.cs
VS2003/WindowsShell/Interop/MenuItemTypes.cs
VS2003/WindowsShell/Interop/PointL.cs
VS2003/WindowsShell/Interop/Shell32.cs
VS2003/WindowsShell/Interop/ShellChangeEvents.cs
VS2003/WindowsShell/Interop/ShellChangeFlags.cs
VS2003/WindowsShell/Interop/ShellDetails.cs
VS2003/WindowsShell/Interop/ShellExecuteInfo.cs
VS2003/WindowsShell/Interop/ShellExecuteOptions.cs
VS2003/WindowsShell/Interop/ShellFolderViewCreate.cs
VS2003/WindowsShell/Interop/ShellFolderViewMessage.cs
VS2003/WindowsShell/Interop/SizeL.cs
VS2003/WindowsShell/Interop/StatData.cs
VS2003/WindowsShell/Interop/StgMedium.cs
VS2003/WindowsShell/Interop/StorageMedia.cs
VS2003/WindowsShell/Interop/StrRet.cs
VS2003/WindowsShell/Interop/StrRetType.cs
VS2003/WindowsShell/Interop/User32.cs
VS2003/WindowsShell/Interop/Win32Window.cs
VS2003/WindowsShell/Interop/Win32WindowMarshaler.cs
VS2003/WindowsShell/key.snk
VS2003/WindowsShell/Nspace/
VS2003/WindowsShell/Nspace/Column.cs
VS2003/WindowsShell/Nspace/ColumnCollection.cs
VS2003/WindowsShell/Nspace/ColumnFormat.cs
VS2003/WindowsShell/Nspace/CommandStringOptions.cs
VS2003/WindowsShell/Nspace/ContextMenuEventArgs.cs
VS2003/WindowsShell/Nspace/ContextMenuImpl.cs
VS2003/WindowsShell/Nspace/ContextMenuOptions.cs
VS2003/WindowsShell/Nspace/DefaultFolderObject.cs
VS2003/WindowsShell/Nspace/EnumIdListImpl.cs
VS2003/WindowsShell/Nspace/ExploreMenuItem.cs
VS2003/WindowsShell/Nspace/ExtractIconImpl.cs
VS2003/WindowsShell/Nspace/FolderAttributes.cs
VS2003/WindowsShell/Nspace/IFolderObject.cs
VS2003/WindowsShell/Nspace/MenuOrderEnumerator.cs
VS2003/WindowsShell/Nspace/NameOptions.cs
VS2003/WindowsShell/Nspace/NsExtension.cs
VS2003/WindowsShell/Nspace/NsExtensionAttribute.cs
VS2003/WindowsShell/Nspace/NsExtensionRegistrar.cs
VS2003/WindowsShell/Nspace/NsTarget.cs
VS2003/WindowsShell/Nspace/Shell32Icon.cs
VS2003/WindowsShell/Nspace/ShellIcon.cs
VS2003/WindowsShell/Nspace/ShellMenuItem.cs
VS2003/WindowsShell/Nspace/TargetNameAttribute.cs
VS2003/WindowsShell/WindowsShell.csproj
VS2003/WindowsShell/WindowsShell.csproj.user
VS2003/WindowsShell/WindowsShell.sln
VS2003/WindowsShell/WindowsShell.suo
WindowsShell.sln
WindowsShell/
WindowsShell/AssemblyInfo.cs
WindowsShell/WindowsShell.csproj
WindowsShell/WindowsShell.csproj.user
references.html
screenshot.jpg
readme.html
readme.txt
default.css
framework.html
write.html
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.