Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Is there any way to do it without programming

Is there any way to do it without programming

Scheduled Pinned Locked Moved The Lounge
comsysadminquestion
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joan M
    wrote on last edited by
    #1

    I have a docking station that is plugged through USB (USB 3.0 pro dock from Lenovo). I do have a couple of extra displays connected there. In order to have a taskbar in all the displays (windows 7) I have a small program that make a copy of the taskbar to appear in all the displays. I would like to load automatically at the beginning (boot) this program only if the docking station is connected (external keyboard, mouse, displays and network are the devices that are always connected there). Do you think this could be done without programming? As always thank you in advance! :thumbsup:

    [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

    J A B A 4 Replies Last reply
    0
    • J Joan M

      I have a docking station that is plugged through USB (USB 3.0 pro dock from Lenovo). I do have a couple of extra displays connected there. In order to have a taskbar in all the displays (windows 7) I have a small program that make a copy of the taskbar to appear in all the displays. I would like to load automatically at the beginning (boot) this program only if the docking station is connected (external keyboard, mouse, displays and network are the devices that are always connected there). Do you think this could be done without programming? As always thank you in advance! :thumbsup:

      [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

      J Offline
      J Offline
      Jacquers
      wrote on last edited by
      #2

      Definitely a non-coding question then :) Probably... maybe... not quite sure how though. It would be quite easy to write a launcher though - just detect the number of screens and if it's more than one launch the taskbar duplicator. System.Windows.Forms.Screen.AllScreens will do the trick ;) What you are using to duplicate the task bar? I tried several programs a while back but couldn't find one I'm entirely happy with. Thx :)

      J 1 Reply Last reply
      0
      • J Joan M

        I have a docking station that is plugged through USB (USB 3.0 pro dock from Lenovo). I do have a couple of extra displays connected there. In order to have a taskbar in all the displays (windows 7) I have a small program that make a copy of the taskbar to appear in all the displays. I would like to load automatically at the beginning (boot) this program only if the docking station is connected (external keyboard, mouse, displays and network are the devices that are always connected there). Do you think this could be done without programming? As always thank you in advance! :thumbsup:

        [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

        A Offline
        A Offline
        Andreas Mertens
        wrote on last edited by
        #3

        Maybe not be a lot of help for Win7, but Win 10 supports this directly. Right-click on the Task Bar, select Properties, and check "Show Task Bar on all displays"

        J 1 Reply Last reply
        0
        • J Jacquers

          Definitely a non-coding question then :) Probably... maybe... not quite sure how though. It would be quite easy to write a launcher though - just detect the number of screens and if it's more than one launch the taskbar duplicator. System.Windows.Forms.Screen.AllScreens will do the trick ;) What you are using to duplicate the task bar? I tried several programs a while back but couldn't find one I'm entirely happy with. Thx :)

          J Offline
          J Offline
          Joan M
          wrote on last edited by
          #4

          Now I'm trying Actual Multiple Monitors which works fairly well.

          [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

          1 Reply Last reply
          0
          • A Andreas Mertens

            Maybe not be a lot of help for Win7, but Win 10 supports this directly. Right-click on the Task Bar, select Properties, and check "Show Task Bar on all displays"

            J Offline
            J Offline
            Joan M
            wrote on last edited by
            #5

            Yep, since Windows 8 this comes by default, but not on Windows 7. Having two extra displays makes it almost a need.

            [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

            1 Reply Last reply
            0
            • J Joan M

              I have a docking station that is plugged through USB (USB 3.0 pro dock from Lenovo). I do have a couple of extra displays connected there. In order to have a taskbar in all the displays (windows 7) I have a small program that make a copy of the taskbar to appear in all the displays. I would like to load automatically at the beginning (boot) this program only if the docking station is connected (external keyboard, mouse, displays and network are the devices that are always connected there). Do you think this could be done without programming? As always thank you in advance! :thumbsup:

              [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

              B Offline
              B Offline
              BC3Tech
              wrote on last edited by
              #6

              check out scheduled tasks. There are a LOT of options there for triggers - including system-level events - that you might be able to pull off what you want. click Start, type 'task schedule' and you're off.

              J 1 Reply Last reply
              0
              • J Joan M

                I have a docking station that is plugged through USB (USB 3.0 pro dock from Lenovo). I do have a couple of extra displays connected there. In order to have a taskbar in all the displays (windows 7) I have a small program that make a copy of the taskbar to appear in all the displays. I would like to load automatically at the beginning (boot) this program only if the docking station is connected (external keyboard, mouse, displays and network are the devices that are always connected there). Do you think this could be done without programming? As always thank you in advance! :thumbsup:

                [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

                A Offline
                A Offline
                asitnik
                wrote on last edited by
                #7

                Try this: http://sourceforge.net/projects/dualmonitortb/[^]

                J 1 Reply Last reply
                0
                • A asitnik

                  Try this: http://sourceforge.net/projects/dualmonitortb/[^]

                  J Offline
                  J Offline
                  Joan M
                  wrote on last edited by
                  #8

                  By now I'm happy with the software I'm testing, the only issue is that I don't want it to load automatically at boot because some times my laptop is not connected to the extra displays... But thank you.

                  [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

                  1 Reply Last reply
                  0
                  • B BC3Tech

                    check out scheduled tasks. There are a LOT of options there for triggers - including system-level events - that you might be able to pull off what you want. click Start, type 'task schedule' and you're off.

                    J Offline
                    J Offline
                    Joan M
                    wrote on last edited by
                    #9

                    Thank you, I will check it.

                    [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups