Results 1 to 9 of 9

Thread: Closing Apps???

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    23

    Smile

    Hi i am currently making a shell. (www.c-interactive.co.uk) and i need to know how users could close explorer with the click of a button or picture. explorer being explorer.exe. I hope this is possible.

    Thanks in advance for your help.

    Bye Bye...Xoxoxoxoxo...
    Rember to visit my website at www.c-interactive.co.uk

  2. #2
    Guest
    you mean like shutting down Windows??

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    23
    Not exactly. Just so that when the shell starts it automaticly closes the windows shell being explorer...
    Rember to visit my website at www.c-interactive.co.uk

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I think you should but your app to start instead of explorer.exe in the shell key in system.ini
    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.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    23
    Ummm. I don't really understant your analogy could you give me an example if possible...
    Rember to visit my website at www.c-interactive.co.uk

  6. #6
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well, this isn't anything you do in code.(Or of couse you can do it also), but go open system.ini with notepad and find the "shell=explorer.exe" and replace it with "shell=yourapp.exe" Then it will run instead of explorer when you restart next time
    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.

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    23
    Oh i see i know that but i am running windows 2000 and what i need is when the computer starts windows starts up with the explorer shell breifly wich launches my shell wich closes explorer. This would be an allround universal system. Sort of...
    Rember to visit my website at www.c-interactive.co.uk

  8. #8
    Guest
    As far as "I Know" you can't close Explorer, I mean try to end the explorer task in your task manager and it'll just start back again..

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    23
    Thats the thing you can under windows 2000. It has a great task manager that lets you close explorer and start up any other program. So if possible could you just tell me how to close an application?

    Thanks. xoxo
    Rember to visit my website at www.c-interactive.co.uk

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