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. Windows 7 recent files integration for Visual Studio 2008

Windows 7 recent files integration for Visual Studio 2008

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
14 Posts 5 Posters 4 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.
  • D Dan Neely

    How do I get win7 to offer me recently opened solutions on the jumplist that appears when I click it on the startmenu. I currently have a single source file showing on that list, and no idea why windows thinks that is it special.

    3x12=36 2x12=24 1x12=12 0x12=18

    R Offline
    R Offline
    realJSOP
    wrote on last edited by
    #2

    Dan Neely wrote:

    How do I get win7 to offer me recently opened solutions

    I think you need one of those newspapaer coupons...

    .45 ACP - because shooting twice is just silly
    -----
    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

    1 Reply Last reply
    0
    • D Dan Neely

      How do I get win7 to offer me recently opened solutions on the jumplist that appears when I click it on the startmenu. I currently have a single source file showing on that list, and no idea why windows thinks that is it special.

      3x12=36 2x12=24 1x12=12 0x12=18

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #3

      Seriously, though, that's the way VS inertacts with the start menu. You only get the files - not the solutions. WTF!?

      .45 ACP - because shooting twice is just silly
      -----
      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

      O 1 Reply Last reply
      0
      • R realJSOP

        Seriously, though, that's the way VS inertacts with the start menu. You only get the files - not the solutions. WTF!?

        .45 ACP - because shooting twice is just silly
        -----
        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

        O Offline
        O Offline
        originSH
        wrote on last edited by
        #4

        VS 2008 doesnt have any special support for Win7 so Win7 can only go by what it sees, and it sees the files being opened. VS 2010 does have special support and tells Win7 the solution files are important.

        R 1 Reply Last reply
        0
        • O originSH

          VS 2008 doesnt have any special support for Win7 so Win7 can only go by what it sees, and it sees the files being opened. VS 2010 does have special support and tells Win7 the solution files are important.

          R Offline
          R Offline
          realJSOP
          wrote on last edited by
          #5

          But he wasn't asking about VS2010.

          .45 ACP - because shooting twice is just silly
          -----
          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

          O 1 Reply Last reply
          0
          • D Dan Neely

            How do I get win7 to offer me recently opened solutions on the jumplist that appears when I click it on the startmenu. I currently have a single source file showing on that list, and no idea why windows thinks that is it special.

            3x12=36 2x12=24 1x12=12 0x12=18

            S Offline
            S Offline
            Simon Capewell
            wrote on last edited by
            #6

            Change the file association for .sln to the vs2008 devenv.exe rather than the default vslauncher.exe. Look in HKEY_CLASSES_ROOT\VisualStudio.Launcher.sln\Shell\Open\Command

            D 1 Reply Last reply
            0
            • S Simon Capewell

              Change the file association for .sln to the vs2008 devenv.exe rather than the default vslauncher.exe. Look in HKEY_CLASSES_ROOT\VisualStudio.Launcher.sln\Shell\Open\Command

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #7

              What am I supposed to create here? My keys don't go that deep, all i have is:

              Windows Registry Editor Version 5.00

              [HKEY_CLASSES_ROOT\VisualStudio.Launcher._sln]
              "NoOpen"=""
              @="Microsoft Visual Studio Solution"

              [HKEY_CLASSES_ROOT\VisualStudio.Launcher._sln\DefaultIcon]
              @="c:\\Program Files (x86)\\Common Files\\Microsoft Shared\\MSEnv\\VSFileHandler.dll,-200"

              3x12=36 2x12=24 1x12=12 0x12=18

              S 1 Reply Last reply
              0
              • D Dan Neely

                What am I supposed to create here? My keys don't go that deep, all i have is:

                Windows Registry Editor Version 5.00

                [HKEY_CLASSES_ROOT\VisualStudio.Launcher._sln]
                "NoOpen"=""
                @="Microsoft Visual Studio Solution"

                [HKEY_CLASSES_ROOT\VisualStudio.Launcher._sln\DefaultIcon]
                @="c:\\Program Files (x86)\\Common Files\\Microsoft Shared\\MSEnv\\VSFileHandler.dll,-200"

                3x12=36 2x12=24 1x12=12 0x12=18

                S Offline
                S Offline
                Simon Capewell
                wrote on last edited by
                #8

                This .reg script should do the trick

                Windows Registry Editor Version 5.00

                [HKEY_CLASSES_ROOT\VisualStudio.Launcher.sln\Shell\Open\Command]
                @="\"C:\\Program Files\\Microsoft Visual Studio 9.0\\Common7\\IDE\\devenv.exe\" \"%1\""

                D 1 Reply Last reply
                0
                • D Dan Neely

                  How do I get win7 to offer me recently opened solutions on the jumplist that appears when I click it on the startmenu. I currently have a single source file showing on that list, and no idea why windows thinks that is it special.

                  3x12=36 2x12=24 1x12=12 0x12=18

                  N Offline
                  N Offline
                  Not Active
                  wrote on last edited by
                  #9

                  I have all of my recently opened solutions available. Also, jump list refers to the menu that is displayed when the app is on the taskbar. The menu displayed from the start menu has been around for a while, its not unique to Windows 7


                  I know the language. I've read a book. - _Madmatt

                  1 Reply Last reply
                  0
                  • S Simon Capewell

                    This .reg script should do the trick

                    Windows Registry Editor Version 5.00

                    [HKEY_CLASSES_ROOT\VisualStudio.Launcher.sln\Shell\Open\Command]
                    @="\"C:\\Program Files\\Microsoft Visual Studio 9.0\\Common7\\IDE\\devenv.exe\" \"%1\""

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #10

                    Does this need a restart to work? Even after fixing it to program files (x86) I'm still seeing the one random .cs file and an equally random app.config file on the menu.

                    3x12=36 2x12=24 1x12=12 0x12=18

                    S 1 Reply Last reply
                    0
                    • D Dan Neely

                      Does this need a restart to work? Even after fixing it to program files (x86) I'm still seeing the one random .cs file and an equally random app.config file on the menu.

                      3x12=36 2x12=24 1x12=12 0x12=18

                      S Offline
                      S Offline
                      Simon Capewell
                      wrote on last edited by
                      #11

                      It seems to keep the previous associations until they fall off the MRU. Once you've opened 10 solutions, the cs and config files should be gone.

                      D 1 Reply Last reply
                      0
                      • S Simon Capewell

                        It seems to keep the previous associations until they fall off the MRU. Once you've opened 10 solutions, the cs and config files should be gone.

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #12

                        ahhh, now I see. :cool: I was expecting it to access the recent projects list on the VS start page.

                        3x12=36 2x12=24 1x12=12 0x12=18

                        S 1 Reply Last reply
                        0
                        • D Dan Neely

                          ahhh, now I see. :cool: I was expecting it to access the recent projects list on the VS start page.

                          3x12=36 2x12=24 1x12=12 0x12=18

                          S Offline
                          S Offline
                          Simon Capewell
                          wrote on last edited by
                          #13

                          Yeah, it's a common problem, the jumplists are maintained separately. It's the same in Office 2010 and VS2010.

                          1 Reply Last reply
                          0
                          • R realJSOP

                            But he wasn't asking about VS2010.

                            .45 ACP - because shooting twice is just silly
                            -----
                            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                            -----
                            "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                            O Offline
                            O Offline
                            originSH
                            wrote on last edited by
                            #14

                            Which is why I talked about VS 2008 and then explained that VS 2010 does have this feature...

                            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