What's new in Windows 11 Drag & Drop to the Taskbar (Fix) 2.4.0.0

Oct 25, 2023
  • Addressed an issue, where the program stopped working correctly after windows updates that broke MSTaskSwWClass window position and coordinates. It solves issues #98, #99. Thanks for the solution idea to user @Mast3r0mid.
  • Improved option: DetectKnownPixelColorsToPreventAccidentalEvents:
  • Disabled by default, because it's unpredictable, depending on user's configuration and themes.
  • Added support for Windows 11 23H2 Light and Dark themes.
  • Added configuration: UseLowLevelMousePressProcThread=1. Please read CONFIGURATION for details.
  • Possibly included some other tweaks that I experimented with in 2022/2023 before I got bored of this (useless for me now) program.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 2.3.0.0 (Feb 15, 2022)

  • Added the static build: Windows11DragAndDropToTaskbarFix_Static.exe, as requested in issue #57
  • Compiled the program using the Visual Studio 2022 (v143) platform toolset.
  • Added the new custom configuration variables. Please read CONFIGURATION for details:
  • FixForBugAfterSleepModeUseOldMethod=0. 1 = true, 2 = false.
  • FixForBugAfterSleepModeWindowDisplayTimeMilliseconds=100. Time in milliseconds. It reduces the time changed in ver. 2.2.0.0 which could make people notice the hotfix window more frequently.
  • CustomLogFile=. Custom log file name. If non-empty, it will redirect the program output to a file with the name defined after =.
  • Improved the FixForBugAfterSleepMode function behaviour: it will no longer open the hotfix window when the drag-and-drop gesture is not currently being done. It will also make sure that the mouse pointer is hovered over the taskbar window before opening the hotfix window, in order to minimize the risk of full-screen programs being minimized when the taskbar size bug occurs. It solves issue #52
  • Improved DetectKnownPixelColorsToPreventAccidentalEvents behaviour: It will no longer check for correct pixels, if the mouse button was pressed down on a different screen than the one where a file is being drag-and-dropped to. It might also fix issue #60.
  • Fixed a bug where the program did not work when the Primary Mouse Button was changed to Right in Windows 11 Settings -> Bluetooth & Devices -> Mouse. Thanks for the report in discussion #64.
  • Probably some other minor tweaks which I don't remember now.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 2.2.0.0 (Jan 10, 2022)

  • Added StartThisProgramAsAdministrator=0 configuration option (disabled by default), which allows you to start this program as administrator. It's useful when you often use the Drag & Drop from the other programs that are running as administrator.
  • Added Restart as administrator... option to the Tray menu. It additionally shows the * asterix in front of the option to show which mode the program is currently running in.
  • Improved DetectKnownPixelColorsToPreventAccidentalEvents behaviour:
  • It now additionally detects if the mouse icon has changed to the slashed circle or the drop icon. It works this way when a file is being dragged from a window created by the program that is running as administrator. It then looks different than the default Windows 11 taskbar error icon, that's why it wasn't working correctly. It solves issue #48.
  • Added a cookie file: W11DADTTPX_KnownPixelDetected.emptyfile created in the User's Temp folder. The DetectKnownPixelColorsToPreventAccidentalEvents option will remain disabled until the correct pixels are detected for the first time. It will then create a cookie file (so the program will know if it ever worked correctly after restart). It's because some users use the custom themes / skins which change the taskbar error icon, therefore the program thinks that no file is being dragged. I believe this allows us to keep this good checking method enabled by default, without giving the bad first impression to new users who are not aware how this option works.
  • Increased the time of displaying the "fix" window from the UseFixForBugAfterSleepMode option. Discussed in issue #45. I'm still not sure if it will fix it, because I was not able to reproduce this issue myself, but it's worth a try.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 2.1.0.0 (Dec 13, 2021)

  • Added AutoOpenPinnedAppsEvenWhenNoWindowActive=0 configuration option (disabled by default), which allows you to open pinned apps, even when they have no active window. It solves discussion #37.
  • Updated the ConfigFileChangeTimeMonitorAllowed configuration option. When it's set to 2, the program will automatically restart itself when you make changes to the configuration file. It was requested in issue #35.
  • Added an additional detection if the left/right mouse button is pressed in order to minimize the risk of issues that may occur when the Low Level Mouse Hook thread gets terminated by Windows (???). Discussed in issue #36
  • Added program autorestarts in case when Low Level Mouse Hook terminates. But it doesn't work anyway :D (because it's still waiting for messages, I'm just sentimental and I don't like removing things already added).
  • Probably some other minor fixes. Please read CONFIGURATION for details about the newly added options.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 2.0.0.0 (Nov 28, 2021)

  • Changed the status of option IgnorePotentiallyUnwantedDragsFromCertainCursorIcons to 0 (disabled by default), because it's not longer needed with the new pixels detection method.
  • Fixed an issue where the taskbar icons could not be selected when the mouse pointer was on the very bottom of the taskbar, when DPI scaling settings were set to 175% or more. It's because function WindowFromPoint was returning NULL, so as a workaround we now also check the mouse POINT Y that is 1 above the original one.
  • Added DetectKnownPixelColorsToPreventAccidentalEvents=1 configuration option (enabled by default) which prevents the accidental events when no item is being dragged. It fixes issues #1 and #28:
  • The function checks a few colors of pixels above the mouse pointer on the taskbar. It detects the "incorrect" sign that is shown when something is being dragged over Windows 11 taskbar. When the sign is not detected, the program will not restore the window from the icon. It's useful when selecting files by the drag gesture, or when selecting text / rows in Word / Excel, and probably many other programs.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.9.2.1 (Nov 28, 2021)

  • Added IgnorePotentiallyUnwantedDragsFromCertainCursorIcons=1 configuration option (enabled by default). It solves issue #28.
  • This option blocks potentially unwanted drags, for example when the mouse curosr icon is the I-beam (e.g. selecting a text in the Word document).

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.9.1 (Nov 19, 2021)

  • Fixed the program crash (present since version 1.6.1) which could occur when UseFixForBugAfterSleepMode was enabled (default), caused by clearing the vector and not pushing updated screen windows to it. It could be identified in Event Viewer by the Application Error offset 000000000000c366 (at least on ver. 1.9).

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.9.0 (Nov 15, 2021)

  • Added UseAlternativeTrayIcon=0 configuration option that allows you to use the alternative program icon, modified by QuestYouCraft. Please read CONFIGURATION for details.
  • When AutoOpenFirstWindowInBestMethodEver=2 (default), and there is only 1 window under the icon - the program will no longer show the preview window after restoring the app window. This way the program has exactly the same drag & drop behaviour as in previous versions of Windows.
  • Clicking Configure... from the tray menu will now open your default text editor instead of Windows Notepad.
  • Source code: added file Windows11DragAndDropToTaskbarFix.h. Moved variables and function definitions to it.
  • Some other stability changes.
  • Compiled the program using Visual Studio 2022, but kept the 2019 (v142) toolset, because the program crashed for me a few times when it was compiled with the 2022 (v143) toolset. Idk why.
  • The development process has slowed a bit, because most likely there's nothing left to do. I tried to add the Drop to Pin feature, unfortunately there are very limited possibilities and it's impossible to add different files than .exe links. So it's pointless as pinning ordinary files is what users are looking for the most.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.8.0 (Nov 2, 2021)

  • Added ShowTrayIcon=1 configuration option that allows you to disable the new Mona Lisa Megan Fox tray icon. Please read CONFIGURATION for details. It solves issue #15.
  • Added a possibility to remap keyboard keys used by the program to simulate hotkeys. Please read CONFIGURATION for details. It solves issue #17.
  • Added Open program folder... option to the tray menu, so you can easily find out where your Windows11DragAndDropToTaskbarFix.exe is. Useful when you're downloading updates.
  • Fixed a bug where the T key press was not released when simulated the Win+T hotkey.
  • Optimized the program by caching the MapVirtualKey results. Obviously it won't be noticeable, as the program used less than 0.1% CPU when dragging files.
  • Maybe something else that I don't remember. I don't like writing changelog. It's boring and annoying.

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.7.0 (Oct 31, 2021)

  • Added the taskbar Tray Icon for Windows 11 Drag & Drop to the Taskbar (Fix), identified by the Mona Lisa Megan Fox icon:
  • It's possible to: "Check for updates", "Read the changelog", "Configure", "Restart" and "Quit" the program from the tray icon menu. Most options open the project GitHub pages (the program does not connect to the Internet at any stage).
  • The console window won't longer open by default.
  • Added additional checks if the Windows 11 taskbar bug occurred, as discussed in issue #10. The bug causes window MSTaskSwWClass to return an incorrect RECT. Windows11DragAndDropToTaskbarFix now opens a small self-created window, for ~100 milliseconds in order to force the taskbar update. Please note that this is a Windows 11 bug, not caused by this program.
  • Added a new option (enabled by default): AutoOpenFirstWindowInBestMethodEver=2. When it's set to 2, the program will not auto-open the first window, if there are 2 or more windows under the same icon. This generally restores exactly the same drag-and-drop behaviour as in previous versions of Windows.
  • Probably some other minor improvements.
  • The source code still looks awful, sometimes the configuration variable names still make no sense. All this might be improved in the future, but I prefer to focus on important things, especially when we won't need this fix in 1 year (Windows 11 22H2 release).

New in Windows 11 Drag & Drop to the Taskbar (Fix) 1.6.0 (Oct 29, 2021)

  • Added support for the right mouse button drag and drop, issue #14.
  • Right-button drag-n-drop is usable when dragging a file and you don't want the default action on drop. E.g. you want to select "Move" from the context menu on mouse button release instead of default "Copy" when dropping file on a folder on the same drive.