Results 1 to 7 of 7

Thread: Replacing explorer.exe

  1. #1

    Thread Starter
    Member
    Join Date
    May 1999
    Location
    San Jose, CA, USA
    Posts
    43
    Well, I think I may want to try making my own windows interface, I just don't know much about doing it... is there any place that has any info on doing this? And what are some of the available ones that people have already made?
    -_=Progrium=_-
    Progrium Software

    Using: VB 6 Pro

  2. #2
    New Member
    Join Date
    Apr 2000
    Posts
    8
    I don't know how to go about doing this myself but I do
    know that LiteStep is a windows customising app which
    replaces explorer with a different shell. There is an entry
    in the system.ini (or win.ini - can't remember which) which reads Shell=explorer.exe.
    LiteStep replaces this with its own exe file.
    Maybe you will find out more from the LiteStep web site.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Check out http://www.customize.org for shell replacements. I'm one of those who have tried to do something like what you're trying to do, and failed. You can always ask me things like getting those tasks running, moving windows aound and doing windowses with odd shapes...

    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    Lively Member
    Join Date
    Jul 1999
    Posts
    87
    Actually, I'm just working on a shellreplacement...if anyone wants to know anything special, you can contact me on ICQ: 40269591
    I've managed to create a Virtual Window Manager, it only has ONE virtual window, but you can move around all open windows inside the small one...and I've created a fully skinnable "bar", my program is called TracerBar, or TracerOS..
    If you want to see screenshots, you can go to my page:
    http://tracersoft.cjb.net
    Must have Internet Explorer 4.0 or newer. =)

    If anyone wants, I would be happy to work with someone on this.

    Thank you, Jerry.

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: Contact Me

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    master,
    goto http://www.planet-source-code.com
    they have a project there for this ok

  6. #6
    Junior Member
    Join Date
    Mar 2000
    Location
    Ede, Gelderland, Nederland
    Posts
    26

    If you want to try make your own windows interface


    Well, I think I may want to try making my own windows interface, I just don't know much about doing it... is there any place that has any info on doing this? And what are some of the available ones that people have already made?
    To make you own windows interface is verry easy.
    In win.ini: Change 'run=explorer.exe' to 'run=c:\myapp.exe'

    But the program code isn't so easy. You must make a windows exit function!
    LauPro

  7. #7
    Junior Member
    Join Date
    Mar 2000
    Location
    Ede, Gelderland, Nederland
    Posts
    26

    Arrow Ja ja

    Zullen wij samen een programma maken dan gaat het natuurlijk een stuk beter!!
    LauPro

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