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. Vista - File Opening Limit

Vista - File Opening Limit

Scheduled Pinned Locked Moved The Lounge
question
30 Posts 16 Posters 1 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.
  • S Simon P Stevens

    Just in explorer, select 15 .txt files at the same time, right click, "open" & "edit" are at the top of the menu. select 16 files, right click, "open" option has gone and menu starts with "send to", then the usual cut/copy/paste etc. Hitting enter to open doesn't work either. Like Vasudevan Deepak Kumar said, could be RAM limitation, but the machines got 1gb and i've not got any heavy apps running. Simon

    V Offline
    V Offline
    Vikram A Punathambekar
    wrote on last edited by
    #19

    Simon Stevens wrote:

    but the machines got 1gb and i've not got any heavy apps running.

    Vista is heavy enough, mate. :laugh:

    Cheers, Vikram.


    "...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.

    1 Reply Last reply
    0
    • S Simon P Stevens

      It's not the number of apps i can open, it's the number of files i can "run" at the same time. Vista Business

      B Offline
      B Offline
      benjymous
      wrote on last edited by
      #20

      Yeah, when I say apps, I think it meant more "things on the task bar" So MDI apps could open lots of docs, but something like notepad opens a separate instance per file, and so hits the daft limit

      1 Reply Last reply
      0
      • S Simon P Stevens

        Yeah, I tried that and got a little text box that said "To be implemented."

        R Offline
        R Offline
        Russell Jones
        wrote on last edited by
        #21

        You're kidding me. That's just about the only Vista feature i was interested in. Don't tell me MS forgot to implement it! Russell

        D 1 Reply Last reply
        0
        • S Simon P Stevens

          Grr...Vista won't let me open more than 15 files at the same time. Why do Microsoft insist on treating all users like they are idiots, I know opening 15 files at the same time may slow things up a bit, but i want to do it dam them. Does anyone know how I can do this? Vista needs a button somewhere that says "Disable all those stupid 'protect you from yourself' options". Simon

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

          Simon Stevens wrote:

          Vista won't let me open more than 15 files at the same time.

          15 different files, or 15 instances of the same file? If the first, does that mean I can't open more than 15 files in Visual Studio? Marc

          Thyme In The Country
          Interacx

          People are just notoriously impossible. --DavidCrow
          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

          1 Reply Last reply
          0
          • S Simon P Stevens

            Grr...Vista won't let me open more than 15 files at the same time. Why do Microsoft insist on treating all users like they are idiots, I know opening 15 files at the same time may slow things up a bit, but i want to do it dam them. Does anyone know how I can do this? Vista needs a button somewhere that says "Disable all those stupid 'protect you from yourself' options". Simon

            C Offline
            C Offline
            Christopher Duncan
            wrote on last edited by
            #23

            I've been watching the XP and Vista trends in Microsoft UI design. They're obviously weighted heavily towards making computers as easy to use as possible for mere mortals. The problem is that between security issues and this design philosophy, each iteration makes things more difficult for power users. Here's another Killar App for someone with ambition (and too much time on their hands). Write a configuratin utility similar to the Toys stuff MS did that flips internal switches, turns off all the "save me from myself" stuff, and puts the raw power of the OS directly into the hands of the user. You might also have to write some shell extensions to modify the UI yourself when there are no switches to flip. Write this, make it work for both the XP Fischer-Price interface and the Vista NYC (No, you can't) interface, and then buy that little island in the South Pacific you've been dreaming of.

            Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com

            1 Reply Last reply
            0
            • S Simon P Stevens

              Grr...Vista won't let me open more than 15 files at the same time. Why do Microsoft insist on treating all users like they are idiots, I know opening 15 files at the same time may slow things up a bit, but i want to do it dam them. Does anyone know how I can do this? Vista needs a button somewhere that says "Disable all those stupid 'protect you from yourself' options". Simon

              F Offline
              F Offline
              Frank Kerrigan
              wrote on last edited by
              #24

              Simon Stevens wrote:

              Why do Microsoft insist on treating all users like they are idiots,

              Because most of them are idiots ( present company excluded ofcourse).

              Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http:\\www.frankkerrigan.com

              1 Reply Last reply
              0
              • R Russell Jones

                You're kidding me. That's just about the only Vista feature i was interested in. Don't tell me MS forgot to implement it! Russell

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

                DBFS got dropped from vista and kicked into the next version over a year ago, for the same reason it's been vaporware since ~2000 and the OS startup company that originally came up with the idea (BEos?? Pink???) abandoned it years ago was that it was impossible to get a usable level of performance out of it.

                -- Rules of thumb should not be taken for the whole hand.

                1 Reply Last reply
                0
                • S Simon P Stevens

                  It's not the number of apps i can open, it's the number of files i can "run" at the same time. Vista Business

                  S Offline
                  S Offline
                  skornel
                  wrote on last edited by
                  #26

                  I too had to do the same thing but wrote this .bat file to register all .dll and .ocx files in the working directory. for %%i in (*.dll) do regsvr32 /s %%i for %%i in (*.ocx) do regsvr32 /s %%i The 'regsvr32 /s' can be changed to un-register them too. Perhaps this will help next time.

                  1 Reply Last reply
                  0
                  • S Simon P Stevens

                    Thank you John... I knew I could count on you to back me up on that one :) If you must know, i've got about 80 dlls from a set of legacy apps that needed registering, & i've got a tool that just allows you to double click to register the file. having to do 15 files at a time is just plain annoying. Simon

                    realJSOPR Offline
                    realJSOPR Offline
                    realJSOP
                    wrote on last edited by
                    #27

                    We have kinda the same deal (but only 15 DLLs using regsvr32). We wrote a batch file to unregister the old versions, copy the new ones to the bin folder, and then register them. I don't know if that's the kind of registering you're talking about though.

                    "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." - Jason Jystad, 10/26/2001

                    1 Reply Last reply
                    0
                    • C Chris Austin

                      Matt Newman wrote:

                      which leads me to my question, why would you want to open that many files in that way?

                      That is kinda besides the point. :) I do it all the time. :) Imagine you have a text editor you like and you have a directory full of files that you want to take a look at.

                      My Blog A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long

                      realJSOPR Offline
                      realJSOPR Offline
                      realJSOP
                      wrote on last edited by
                      #28

                      Chris Austin wrote:

                      Imagine you have a text editor you like and you have a directory full of files that you want to take a look at.

                      I use Ultra-Edit, and have had over 30 files open at a given time (though I haven't tried it in Vista).

                      "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." - Jason Jystad, 10/26/2001

                      1 Reply Last reply
                      0
                      • M Matt Newman

                        First off Vista doesn't limit the number of files you can open, it just works under the assumption that why would anyone want to open that many files this way... which leads me to my question, why would you want to open that many files in that way?

                        Matt Newman

                        T Offline
                        T Offline
                        Todd Smith
                        wrote on last edited by
                        #29

                        What if I wanted to load 20 images into a slideshow application? Oh right, no one would want to do that! Or do you need to buy Vista Super Unlimited Ultimate Kitchen Sink edition? I don't blame MS though. I blame stupid people. Customer: What do you mean double click?

                        Todd Smith

                        1 Reply Last reply
                        0
                        • S Simon P Stevens

                          Just in explorer, select 15 .txt files at the same time, right click, "open" & "edit" are at the top of the menu. select 16 files, right click, "open" option has gone and menu starts with "send to", then the usual cut/copy/paste etc. Hitting enter to open doesn't work either. Like Vasudevan Deepak Kumar said, could be RAM limitation, but the machines got 1gb and i've not got any heavy apps running. Simon

                          N Offline
                          N Offline
                          NormDroid
                          wrote on last edited by
                          #30

                          OM[F]G, What are microsoft playing at?:omg:

                          We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

                          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