Results 1 to 9 of 9

Thread: Shell Replacement

  1. #1

    Thread Starter
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986

    Exclamation

    First of all I want to know what's called a Shell Replacement. Is it a new GUI for windows or does it also handles file processing and memory things.
    I've really NO idea on where to start with a shell replacement. Do I have to overwrite explorer, or is it just an app that runs next to explorer only 'skinning' the taskbar and stuff.

    I know I won't finish it, but I'll come across things that may inspire me on new progs.

    And is something to like this
    http://www.planet-source-code.com/up...2118115322.gif
    Hard? Will it take lots and lots of time or is it just the making of the images wich takes up time

    And the last q. Will my Shell Replacement make Windows unstable? and does it use lots of memory (since it's VB)
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  2. #2
    Guest
    I am not really sure what it is, but I think it is just like a big Skin.....

  3. #3

    Thread Starter
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    It seems that a Shell replacement is just something else besides Explorer, so I can't develop it because I've only one computer to test it on (the developing machine)

    Or is there another way?
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  4. #4
    Guest
    Here are a few examples of Shell Replacements from www.planet-source-code.com, not sure if you need it, but its there incase you need a little help on making your own .

  5. #5

    Thread Starter
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Matthew, do you know if it's memory consuming and do I have to overwrite explorer?
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  6. #6
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    From the little I've read it uses less resources than explorer and is difficult to learn in the beginning. It is a replacement for Window's Explorer.

    Lots about it here:

    http://64.65.12.73/litestep/faq.html
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  7. #7
    Guest
    of course you dont have to overwrite explorer,
    just pop open system.ini
    and replace this

    Code:
    [boot]
    ;some stuff here
    shell=Explorer.exe
    with this

    Code:
    [boot]
    ;some stuff here
    shell=MyProg.exe
    and I think you have to place your program in Windows directory.

  8. #8
    Guest
    Matthew:
    I downloaded the first prog from the link you provided to planet-source-code, and testd it.
    When I returned to the explorer shell, it gave me a blue screen with some message about MinSPs in some .ini file, and warned me about stack faults that might happen.

    Do you know what it means?

  9. #9

    Thread Starter
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    hmm.. Dennis I know I don't have to overwrite it. I said so but that's not exactely what I meant
    I mean can't I make a prog that just replaces the Start menu and tray only, not the whole explorer (I don't want to deal with memory handling and all that hard stuff )
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width