|
-
May 5th, 2000, 03:40 AM
#1
Thread Starter
Junior Member
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
-
May 5th, 2000, 03:46 AM
#2
you mean like shutting down Windows??
-
May 5th, 2000, 06:20 PM
#3
Thread Starter
Junior Member
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
-
May 6th, 2000, 02:30 AM
#4
transcendental analytic
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.
-
May 6th, 2000, 04:23 AM
#5
Thread Starter
Junior Member
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
-
May 6th, 2000, 07:31 AM
#6
transcendental analytic
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.
-
May 7th, 2000, 06:46 AM
#7
Thread Starter
Junior Member
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
-
May 7th, 2000, 07:34 AM
#8
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..
-
May 8th, 2000, 03:19 AM
#9
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|