Commit Graph

1756 Commits (8859b714c5784db20cb6accee46704ebe9bee752)

Author SHA1 Message Date
dahall 8859b714c5 Updated P2P functions to be more usable 2020-08-28 14:35:20 -06:00
dahall d214434cda Initial implementation of P2P.dll 2020-08-26 21:04:19 -06:00
dahall b7d0a30276 Updated project information 2020-08-26 21:03:04 -06:00
dahall 16cf142959 Fixed doc error 2020-08-26 21:02:09 -06:00
dahall 3c603ad95c Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-26 15:26:06 -06:00
dahall 61b35a58c6 Reversed changes used for testing 2020-08-26 15:25:39 -06:00
dahall 9c843fb72b Added DangerousGetInterface() method to expose the underlying IExplorerBrowser interface. Use with caution. #159 2020-08-26 15:24:58 -06:00
dahall bd7f55f460 Fixed #158 with errors with IServiceProvider definition causing faults in ExplorerBrowser 2020-08-26 14:51:08 -06:00
dahall 67e344975f Updated unit tests with changes to TestCaseSources class 2020-08-26 13:49:55 -06:00
dahall 8a06335cd9 Fixed warnings in Vanara.Windows.Forms 2020-08-25 12:40:35 -06:00
dahall c6cd401ae3 Added more tests for the Computer class 2020-08-24 15:11:07 -06:00
David Hall 7a46a78011
Create codeql-analysis.yml 2020-08-24 12:03:35 -06:00
dahall 42b8e5b414 Added NetworkDeviceConnections to Computer class to manage connection to remote shares and printers. Same functionality as command line 'net use'. 2020-08-23 12:58:34 -06:00
dahall 2e240f5434 For WNetEnumResources helper method, added better error handling, set initial buffer to page size, and fixed bug in loop 2020-08-23 12:56:08 -06:00
dahall 17cc37f622 Added parameter attributes and Win32Error.WNetThrowIfFailed extension method and assoc exception 2020-08-23 12:54:12 -06:00
dahall 2910ffc75c Fixed bug in WindowsIdentity.Run extension method causing method to be called twice if identity was null 2020-08-23 12:47:44 -06:00
dahall b92ae7b922 Fixed incorrect parameters being passed to NetDfsSetClientInfo and NetDfsSetInfo 2020-08-23 12:46:59 -06:00
dahall 8340bd7035 Fixed NullReferenceException for WindowsIdentity to WindowsImpersonatedIdentity 2020-08-23 12:44:50 -06:00
dahall 8d40364e2c Added Lookup property to pull from TestCaseSources.txt 2020-08-23 12:43:20 -06:00
dahall 70ce687307 Genericized test 2020-08-20 13:41:07 -06:00
dahall 83cc81f63a Merge branch 'master' of https://github.com/dahall/Vanara 2020-08-20 13:09:32 -06:00
dahall d0bc420902 Changed version to 3.2.15 2020-08-20 13:09:26 -06:00
David Hall b50c37661b
Update README.md 2020-08-20 10:00:04 -06:00
dahall 37d8521a9d Updated project files for 3.2.14 2020-08-20 09:28:06 -06:00
dahall 8d875a0010 Completed initial work on DbgHelp library that also includes ImageHlp.dll functions 2020-08-19 20:55:22 -06:00
dahall c5814672d5 Added protected size and offset values 2020-08-19 20:51:11 -06:00
dahall 78ce3ad034 Buildable update checkin of DbgHelp code 2020-08-16 16:01:35 -06:00
dahall ad40568425 More work on dbghelp 2020-08-15 11:34:13 -06:00
dahall c6296838d9 Fixed ShellFileOperations throws an exception during the process of moving lnk files (#156) 2020-08-15 09:06:11 -06:00
dahall 4a14a25d1c New DbgHelp lib addition - check-in 2020-08-07 12:37:42 -06:00
dahall 5edb3ab930 Lots of fixes for ShellNamespaceTreeControl (#153). Still not perfect (keyboard movement could be improved), but much better. 2020-08-06 17:16:40 -06:00
dahall 435b843080 Added `IntPtr SendMessage<TEnum, TWP>(HWND hWnd, TEnum msg, TWP wParam, IntPtr lParam = default)` 2020-08-06 17:15:12 -06:00
dahall 7a686bddae Added ShellFolder.IShellFolder property to expose underlying COM interface. 2020-08-06 12:54:38 -06:00
dahall 51716e2898 Addressed #155 by adding GetMonitorInfo overload that accepts MONITORINFOEX 2020-08-06 12:52:15 -06:00
dahall 1769d8ecba Enhanced AttributedControlDesigner to allow for event filtering. Changed RedirectedDesignerPropertyAttribute to RedirectedDesignerItemAttribute so it could be applied to events and methods. 2020-08-05 10:47:07 -06:00
dahall f1c1ef8317 Changed WIN_CERTIFICATE.bCertificate from IntPtr to byte 2020-08-05 10:39:49 -06:00
dahall ca4a401713 Added User32 EnumChildWindows and GetChildWindow methods 2020-08-05 10:39:03 -06:00
dahall bbdded72b8 Fixed description 2020-08-05 10:38:00 -06:00
dahall c88d9feb3c Added LibHelper class with Is64BitProcess and DoesWin32MethodExist methods 2020-08-05 10:36:37 -06:00
dahall 7c96ee01d0 Added overloads for DialogBox and DialogBoxParam that take ResourceId params instead of strings. 2020-07-30 14:38:17 -06:00
dahall 501902104c Further enhancements to matrices 2020-07-30 14:37:38 -06:00
dahall 3c2309311f BREAKING CHANGE: Corrected invalid WindowStyles.WS_SIZEFRAME changing to WS_THICKFRAME 2020-07-29 17:58:20 -06:00
dahall 8a284d4ccb Updated project files 2020-07-29 17:32:47 -06:00
dahall 95d7300c3e Added CreateWindow "macro". BREAKING CHANGE: Corrected GetClientRect to have 'out rect' param rather than by ref. 2020-07-29 17:32:29 -06:00
dahall f9f07c8ba6 Added class StandardCursor with values IDC_xx for LoadCursor 2020-07-29 17:29:32 -06:00
dahall 01a98c1a24 Added missing WindowStyles values 2020-07-29 17:28:46 -06:00
dahall a8ddf31a3b Added some missing constants to Magnification.cs 2020-07-29 17:28:19 -06:00
dahall d7f382e5f2 Added initial methods and structures for Magnification.dll 2020-07-28 15:40:32 -06:00
dahall 8450971eb2 Added LoadCursor overload with ResourceId param 2020-07-28 12:46:08 -06:00
dahall cb07e92ec0 Updated project versions to 3.2.14 2020-07-28 12:45:30 -06:00