Vanara/Windows.Shell
dahall 1608010064 Added ShellItemImages and associated tests to pull images for a shell item from a variety of different interfaces. For some items, the image appears upside down without an DIB indication. 2020-12-08 10:43:07 -07:00
..
Registration Added access to handlers for ShellAssociation #181 2020-12-07 19:50:48 -07:00
ShellData Added ShellDataTable.GetPIDL for rows 2020-11-06 11:00:01 -07:00
ShellExtensions BREAKING CHANGE: moved interfaces and VARIANT from oaidl.h into Vanara.PInvoke.OleAut32 from Ole32 as they are actually hosted there. This required some changes to supproting code. 2019-11-06 22:13:59 -07:00
ShellFileOperations Fixed bug in ShellFileOperations when supplying multiple files at once causing an endless loop 2020-08-31 10:42:13 -06:00
ShellObjects Added ShellItemImages and associated tests to pull images for a shell item from a variety of different interfaces. For some items, the image appears upside down without an DIB indication. 2020-12-08 10:43:07 -07:00
ShellProperties Added `PropertyDescriptionList.GetValuesForShellItem` method to retrieve list of properties from a shell item. Useful for tooltips and like items retrieved from `ShellAssociation`. 2020-12-03 19:30:26 -07:00
TaskBar Removed unnecessary tasks and code 2020-07-16 16:40:24 -06:00
AssemblyReport.md Updated project files for 3.2.20 2020-11-13 11:33:33 -07:00
BindContext.cs Made BindContext.EnumObjectParam return empty enum if method fails 2020-10-22 14:38:31 -06:00
ControlPanel.cs Fixed exceptions thrown by ControlPanel methods by providing HRESULT from underlying COM shell object. #105 2020-02-08 15:08:44 -07:00
FileInUseHandler.cs Added FileInUseHandler to wrap functionality of IFileIsInUse interface for a single file. 2020-06-22 13:39:13 -06:00
IconLocation.cs **BREAKING CHANGES** Changed function of IndirectResource so that it accepts a string and then provides read-only properties of the parts rather than other way around. Too fragile. Also fixed ResourceId property so that it is an Int32 and not a pointer. Wrong impl. 2020-09-03 10:53:54 -06:00
IndirectResource.cs Removed exception on index == 0 from IndirectResource ctor 2020-12-03 22:23:12 -07:00
IndirectString.cs **BREAKING CHANGES** Changed function of IndirectResource so that it accepts a string and then provides read-only properties of the parts rather than other way around. Too fragile. Also fixed ResourceId property so that it is an Int32 and not a pointer. Wrong impl. 2020-09-03 10:53:54 -06:00
NativeClipboard.cs Added Vanara.Windows.Shell.NativeClipboard to expose native clipboard functions that are not routed through COM and DataObject. 2020-07-26 13:54:57 -06:00
RecycleBin.cs Added code and tests to refresh icon on Recycle Bin after changes. 2020-06-20 15:36:57 -06:00
RegistryExtensions.cs Added ToRegString methods for Guids 2019-01-27 17:41:34 -05:00
ShellDataObject.cs Added ShellDataObject constructor taking a list of ShellItems which adds them via CFSTR_SHELLIDLIST 2020-12-03 19:28:41 -07:00
ShellFileInfo.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
ShellImageList.cs Moved function bodies of some ShellImageList to Shell32.ShellUtil 2020-12-03 19:33:06 -07:00
ShellItemChangeWatcher.cs Cleaned 2020-10-20 16:26:45 -06:00
StockIcon.cs Exposed underlying handle of StockIcon via IconHandle 2020-11-04 10:03:42 -07:00
Vanara.Windows.Shell.csproj Upgraded System.IO.FileSystem.AccessControl package ref to 5.0.0 and enabled for .NET 5 2020-11-14 13:38:02 -07:00
WallpaperManager.cs Added WallpaperManager to Vanara.Windows.Shell to manage wallpapers. 2020-06-10 20:38:05 -06:00