CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程

文件名称: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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com