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. Win10 App Launcher Alternative

Win10 App Launcher Alternative

Scheduled Pinned Locked Moved The Lounge
question
26 Posts 16 Posters 25 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.
  • M Marc Clifton

    Ironic that you mention that, as I'm writing an app-launcher as an eventual article. Launch websites, apps (and files associated with apps) and explorer. One of the things that drives me nuts is the default location of apps -- with my launcher, you can "easily" specify the default starting location, including overriding the location with simple quadrant selection of all your monitors. That part, positioning the window, is a bear. Windows does not make it easy. :sigh:

    Latest Article - A Concise Overview of Threads Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

    K Offline
    K Offline
    Kyudos
    wrote on last edited by
    #15

    Sounds cool...can you hurry up ? ;P

    M 1 Reply Last reply
    0
    • K Kyudos

      Sounds cool...can you hurry up ? ;P

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #16

      Kyudos wrote:

      Sounds cool...can you hurry up ?

      Well, it is in [my public repo](https://github.com/cliftonm/LaunchPanel) if you want to see what I'm up to. Very unpolished though!

      Latest Article - A Concise Overview of Threads Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

      1 Reply Last reply
      0
      • M Marc Clifton

        raddevus wrote:

        Lots of API calls in there.

        It's not quite that simple. Applications like Visual Studio add their brand to the window title, maybe also "(Administrator)", though of course matching a substring is trivial. The main problem is that apps like VS take forever to load, so what do you set an acceptable timeout to for "wait for the window to show up before moving it?" Then there's the scenario where I might want two instances of the same explorer window open. The titles match exactly, but finding the correct window handle is a bear that I haven't successfully wrestled to the ground yet.

        Latest Article - A Concise Overview of Threads Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

        M Offline
        M Offline
        Mark_Wallace
        wrote on last edited by
        #17

        Marc Clifton wrote:

        Then there's the scenario where I might want two instances of the same explorer window open.

        Just add a "Wrong one, you jerk!" button, at the end of the bar.

        I wanna be a eunuchs developer! Pass me a bread knife!

        1 Reply Last reply
        0
        • M mngerhold

          I now use this method, having given up on the W10 start menu. Its worth pointing out that you can have sub-folders, the contents of which 'pop out' when you hover over them - only once click needed.

          R Offline
          R Offline
          raddevus
          wrote on last edited by
          #18

          mngerhold wrote:

          you can have sub-folders, the contents of which 'pop out' when you hover over them - only once click needed

          Great additional point. :thumbsup: Thanks!

          1 Reply Last reply
          0
          • M Marc Clifton

            raddevus wrote:

            Lots of API calls in there.

            It's not quite that simple. Applications like Visual Studio add their brand to the window title, maybe also "(Administrator)", though of course matching a substring is trivial. The main problem is that apps like VS take forever to load, so what do you set an acceptable timeout to for "wait for the window to show up before moving it?" Then there's the scenario where I might want two instances of the same explorer window open. The titles match exactly, but finding the correct window handle is a bear that I haven't successfully wrestled to the ground yet.

            Latest Article - A Concise Overview of Threads Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

            R Offline
            R Offline
            raddevus
            wrote on last edited by
            #19

            Marc Clifton wrote:

            It's not quite that simple.

            I didn't think so. I was actually meaning that you have to go a bit low-level to do the work. And as you said...

            Marc Clifton wrote:

            The titles match exactly, but finding the correct window handle is a bear that I haven't successfully wrestled to the ground yet.

            I've worked with this also and I found it a bear too. It feels quite odd that the final way to get the correct window is by comparing title text. :| Seems crazy, like there would have to be a better way. Good luck! :thumbsup:

            1 Reply Last reply
            0
            • K Kyudos

              I still miss side-dockable app-launch toolbars on Windows 10. I've been looking for alternatives - I don't want fancy scrolly Mac-ish 'docks' I just want to be able to launch apps and open locations from an unobtrusive bar docked to the side of my desktop. You know - like you used to be able to... Any recommendations?

              M Offline
              M Offline
              matblue25
              wrote on last edited by
              #20

              I’ve been using RocketDock since Win7.

              K 1 Reply Last reply
              0
              • K Kyudos

                I still miss side-dockable app-launch toolbars on Windows 10. I've been looking for alternatives - I don't want fancy scrolly Mac-ish 'docks' I just want to be able to launch apps and open locations from an unobtrusive bar docked to the side of my desktop. You know - like you used to be able to... Any recommendations?

                R Offline
                R Offline
                rguilmette
                wrote on last edited by
                #21

                How About this. https://windows.gadgethacks.com/how-to/bring-desktop-gadgets-windows-10-0163567/[^]

                1 Reply Last reply
                0
                • K Kyudos

                  I still miss side-dockable app-launch toolbars on Windows 10. I've been looking for alternatives - I don't want fancy scrolly Mac-ish 'docks' I just want to be able to launch apps and open locations from an unobtrusive bar docked to the side of my desktop. You know - like you used to be able to... Any recommendations?

                  N Offline
                  N Offline
                  nobody158
                  wrote on last edited by
                  #22

                  Have you looked at Rainmeter, I know there are some using it as an app launcher. It is a wonderful app and you can customize it endlessly (benefit and drawback). Also it has a large community writing skins for it.

                  H 1 Reply Last reply
                  0
                  • N nobody158

                    Have you looked at Rainmeter, I know there are some using it as an app launcher. It is a wonderful app and you can customize it endlessly (benefit and drawback). Also it has a large community writing skins for it.

                    H Offline
                    H Offline
                    Herbie Mountjoy
                    wrote on last edited by
                    #23

                    I use Classic Shell. It can be configured to look like a Win7 start menu. It allows access to the kiddy blox menu if you need it, handles Win+X menus too and it seems to be very stable. Best of all, its FREE!!! We're philosophical about power outages here. A.C. come, A.C. go.

                    1 Reply Last reply
                    0
                    • K Kyudos

                      I still miss side-dockable app-launch toolbars on Windows 10. I've been looking for alternatives - I don't want fancy scrolly Mac-ish 'docks' I just want to be able to launch apps and open locations from an unobtrusive bar docked to the side of my desktop. You know - like you used to be able to... Any recommendations?

                      P Offline
                      P Offline
                      pmauriks
                      wrote on last edited by
                      #24

                      Rocket dock.

                      1 Reply Last reply
                      0
                      • R Ravi Bhavnani

                        Try (my app) FooBar[^].  I'd be happy to send you a free license key.  PM me directly. /ravi

                        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                        C Offline
                        C Offline
                        carlospc1970
                        wrote on last edited by
                        #25

                        Nice look, I like it! :-D

                        1 Reply Last reply
                        0
                        • M matblue25

                          I’ve been using RocketDock since Win7.

                          K Offline
                          K Offline
                          Kyudos
                          wrote on last edited by
                          #26

                          Thanks, I had a look but I don't like it much - unnecessarily flashy and doesn't reduce the desktop size properly

                          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