Activity for Dual Monitor Taskbar

  • Iteemes Tutowski Iteemes Tutowski posted a comment on discussion Open Discussion

    I love your application, I use it with my Windows 7 installation which is important for my work and doesn't handle additional taskbars like Win X. I use it concurrently with DualMonitorTools, however it has one bug/flaw which can be pretty destructing to work - when deactivating monitor minimized programs from it's taskbar don't come back to active (main) monitor, you can Alt-Tab to them but their taskbar rectangles disappear. Also it would be cool to be able to turn off taskbar notifications in...

  • Anonymous created ticket #93

    Malicious file

  • PETER_KOZ PETER_KOZ modified a comment on ticket #54

    Hi I have the same question, there was for a moment a tray Icon, but it is gone and now there is no access to configuration.

  • PETER_KOZ PETER_KOZ posted a comment on ticket #54

    Hi I have the same question, there was for a moment a tray Icon, but it is gone and now there is no access to configuration.

  • Anonymous created ticket #54

    Tray/icon area not painted correctly, start button gone, maybe from hybernation

  • - Wanderer - - Wanderer - modified a comment on ticket #52

    I have noticed this(?) happening when i open Remote Desktop (full screen) in the secondary monitor. The toolbar appears to be visible and have a 1-pixel height. It is unclickable of course and the only thing you can do is to kill DualMonitor from Task Manager and restart it. Noticed this behivior under Windows 7 though.

  • - Wanderer - - Wanderer - modified a comment on ticket #52

    I have noticed this happening when i open Remote Desktop (full screen) in the secondary monitor. The toolbar appears to be visible and have a 1-pixel height. It is unclickable of course and the only thing you can do is to kill DualMonitor from Task Manager and restart it.

  • - Wanderer - - Wanderer - posted a comment on ticket #52

    I have noticed this happening when i open Remote Desktop (full screen) in the secondary monitor.

  • Timothy Lovejoy Timothy Lovejoy posted a comment on ticket #52

    I can confirm this behavior with Windows 10, and yes very annoying. A fix would be great. No Problems on Windows 7

  • Anonymous created ticket #53

    combine taskbars

  • Anonymous created ticket #52

    Dual Monitors toolbar disappears for no reason with windows 10

  • Anonymous created ticket #207

    Icons losing position. Clock.

  • Dale Winchell Dale Winchell posted a comment on discussion Open Discussion

    I like to have my Taskbar at the top of the screen. This occurs on the Primary screen but not the secondary one. Is this doable? Are there any settings to change? The program is running ok but I don't find anyway to change settings. There is no icon in the system tray ( neither there nor hidden ) . Thank you.

  • Mészi Mészi posted a comment on discussion Open Discussion

    Hi, first of all: I like this tiny tool. It eases the work with two monitors a bit. But I would like to have one more feature in it: Could you try adding an option to have quicklaunch bars/ folders in it? This would be very nice. Kind regards, Mészi.

  • Anonymous created ticket #92

    Dual Monitor Taskbar for TRIPLE MONITORS

  • Anonymous created ticket #206

    Some apps can't be opened on secondary taskbar

  • Mark Craig Mark Craig created ticket #205

    Terminates w/o error when hovering in taskbar

  • Anonymous created ticket #91

    Microsoft Teams (and Foxit Reader) taskbar seems to stay on main windows one.

  • Anonymous created ticket #90

    An option for each monitor to have icons on the right side of the taskbar instead of the left

  • Anonymous created ticket #51

    Using Dual Monitor Taskbar on 4K high resolution monitors

  • Anonymous created ticket #204

    Monitor orientation change

  • Anonymous created ticket #89

    Programs should be opened on the monitor where they were launched from

  • Anonymous created ticket #203

    Programs shown at the wrong desktop taskbar

  • Anonymous created ticket #202

    Missing icons

  • Anonymous created ticket #50

    Ligitech gaming software

  • Anonymous created ticket #201

    taskbar not refreshing

  • Anonymous created ticket #88

    Action Center won't go away without rebooting

  • Anonymous created ticket #87

    Move Window

  • Limbo Limbo posted a comment on ticket #193

    I'm experiencing the same issue once in a while... Seems that some error traps are missing from the source code.

  • Anonymous created ticket #200

    Invalid hook handle

  • Anonymous created ticket #49

    1.22: Active program icons disappear on all taskbars

  • Anonymous created ticket #48

    dualmonitor 1.22 throws .net framework exception

  • Kitsutsuki Kitsutsuki created ticket #199

    Windows 7 - several users

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    For anyone else who cares: go to "\dualmonitortb-code-10\DualMonitorSolution\ComFiles" delete taskbar.tlb and TaskbarList.dll Open Visual Studio x64 Win64 Command Prompt (2010) (or Win32 if that's what your using) and enter the following commands: midl /tlb taskbar.tlb taskbar.idl tlbimp taskbar.tlb /out:TaskbarList.dll

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    For anyone else who cares: go to "\dualmonitortb-code-10\DualMonitorSolution\ComFiles" delete taskbar.tlb and TaskbarList.dll Open Visual Studio x64 Win64 Command Prompt (2010) (or Win32 if that's what your using) and enter the following commands: midl /tlb taskbar.tlb taskbar.idl tlbimp taskbar.tlb /out:TaskbarList.dll Seriously, Cristi, you could have saved me 4 hours of searching for this by leaving this in some kind of readme in the source code.

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but seeing the number of views, I'll answer you anyway, in case it helps someone else: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission to allow you to modify it. See the article on how to do that: ht...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but seeing the number of views, I'll answer you anyway, in case it helps someone else: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission. See the article on how to do that: https://www.groovypost.com/h...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I'm compiling this project from source but I found that the source has a precompiled DLL in it called TaskBarList.dll. I'd rather not use dlls that I don't compile myself, unless I'm very familiar with the author. Where can find this DLL's source? If it's proprietary, who wrote it? What methods does the TaskBarList.dll have that say MS's ITaskbarList Com interface doesn't have? Could I just subsitute the dll for ITaskbarList?

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    I'm compiling this project from source but I found that the source has a precompiled DLL in it called TaskBarList.dll. I'd rather not use dlls that I don't compile myself. Where can find this DLL's source? If it's proprietary, who wrote it?

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer you anyway, in case it helps someone else: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission. See the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-c...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-protected-registry...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: it seems to me that for some reasone the Registry key listed in your error is locked for some reason on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-pr...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: it seems to me that for some reasone the Registry key listed in your error is locked for some reason on your PC. Do you have administrative privileges on the pc you're using? If so, just go to the key listed in the error via RegEdit and change that key's permission. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-protected-registry-keys/

  • Anonymous created ticket #198

    Message: Secondary Taskbar Unhandled exception has occurred....

  • Anonymous created ticket #86

    More transparent taskbar

  • Anonymous created ticket #197

    Reopening the Start Menu without moving the mouse is impossible

  • - Wanderer - - Wanderer - created ticket #85

    DMT toolbar disappears - add "restore toolbar" in icon's context menu.

  • Anonymous created ticket #84

    Taskbar Location: Top/Left/Bottom/Right => add "HIDE" (Multimonitor)

  • Anonymous created ticket #196

    After the laptop come back from hibernate the Dual Monitor Task Manager has the setting "Use small icon" activated

  • Anonymous created ticket #195

    Portait Monitor Window control and sizing

  • Anonymous created ticket #47

    Desktop Toolbar at dual taskbars

  • Anonymous created ticket #194

    triple monitor

  • Anonymous created ticket #46

    Windows move from one screen to another

  • Anonymous created ticket #193

    division by zero error

  • Anonymous created ticket #83

    pop up notifications

  • Anonymous created ticket #82

    Start Orb (personalization)

  • Anonymous created ticket #192

    Some windows are not detected when no document is open

  • Anonymous created ticket #191

    Windows disapearing

  • James Petty James Petty posted a comment on discussion Open Discussion

    I get a registry error when trying to install the application as an admin on windows...

  • Amenel Voglozin Amenel Voglozin posted a comment on discussion Open Discussion

    At the time I was using this program, with Windows 7 since Windows 8.1 received the...

  • Scott Esser Scott Esser modified a comment on discussion Open Discussion

    I'm unable to find anything that describes the uses for the Window Manager feature....

  • Scott Esser Scott Esser modified a comment on discussion Open Discussion

    I'm unable to find anything that describes the uses for the Window Manager feature....

  • Scott Esser Scott Esser posted a comment on discussion Open Discussion

    I'm unable to find anything that describes the uses for the Window Manager feature....

  • Anonymous created ticket #45

    Blocks Options when right clicking

  • Aldo Olortegui Aldo Olortegui posted a comment on discussion Open Discussion

    I'm trying to create a script to remotely install on remote computers but I need...

  • Aldo Olortegui Aldo Olortegui created ticket #44

    Silent install parameters

  • Anonymous created ticket #43

    People that complain about start button not working

  • Anonymous created ticket #190

    Clicking Start Menu on Multiple Monitors Stopped Working

  • Anonymous created ticket #189

    System.DivideByZeroException: Attempted to divide by zero.

  • Anonymous created ticket #81

    Pinned Taskbar Items Not Replicated on Second Monitor

  • Anonymous created ticket #188

    Dual Monitor Taskbar not allowing maximizing windows.

  • Anonymous created ticket #80

    Compatibility for Win10

  • Anonymous created ticket #187

    Start menu button pushed to background when auto-hide is active and taskbar on other monitor has had focus

  • Vagonoboev Vagonoboev modified a comment on discussion Open Discussion

    H! When I try to maximize any window on second desktop (on which Dual Monitor Taskbar...

  • Vagonoboev Vagonoboev modified a comment on discussion Open Discussion

    H! When I try to maximize any window on second desktop (on which Dual Monitor Taskbar...

  • Vagonoboev Vagonoboev posted a comment on discussion Open Discussion

    H! When I try to maximize any window on second desktop (on which Dual Monitor Taskbar...

  • Derek Derek created ticket #186

    Start Menu Button Low Res/Distorted

  • Anonymous created ticket #185

    Taskbar Top Location hiding Close and other Options for All applications

  • Pablo Zagni Pablo Zagni created ticket #184

    Wrong task placement with 4 Displays

  • Anonymous created ticket #183

    changing dateformat in regional settings does not change taskbar

  • Anonymous created ticket #42

    Dual Monitor and windows 10 ?

  • Bort Bort posted a comment on ticket #178

    Restarting the program seems to fix it. Thus a simple quick-fix for the code would...

  • Anonymous created ticket #41

    taskbar buttons

  • Bort Bort posted a comment on ticket #178

    This is a very serious problem! I cannot risk having software open that I cannot...

  • Anonymous created ticket #40

    Dual Monitor will not open

  • Anonymous created ticket #182

    Application crash: divide by zero.

  • Anonymous created ticket #79

    Customization oh taskbar

  • Anonymous created ticket #181

    Putty not showing in taskbar

  • ShoGuevara ShoGuevara posted a comment on ticket #179

    Same here. I'm using KVM swith for second monitor, because I have second PC connected...

  • Anonymous created ticket #39

    DualMonitor crashes when machine is connected to via RDP

  • Anonymous created ticket #180

    Action center message window appears on both screens

  • Anonymous created ticket #179

    No program icons shown after resume

  • jerry62 jerry62 created ticket #38

    Command prompt doesn't minimize to proper monitor

  • Anonymous created ticket #78

    Options to disable thumbnail preview and tooltips on taskbar.

  • cos marchy cos marchy posted a comment on discussion Open Discussion

    Hello, Is there any way to adjust the translucency of the start menu on the second...

  • Anonymous created ticket #37

    Dual Monitor Crash Dump 1.22.218.13

  • Anonymous created ticket #178

    when 2nd monitor removed, windows stay open but inaccessible

  • Anonymous created ticket #77

    Copy taskbar button settings (Combine when taskbar is full)

  • Anonymous created ticket #36

    Cursor Issue

  • Anonymous created ticket #177

    "Foxit PDF Reader" not recognized

1 >
MongoDB Logo MongoDB