Replace Desktop in Windows

Any off topic discussions should go in this forum. Post count is not increased by posting here.
Archive Access status is required to post in this forum. Find out how to get it
Forum rules
Any off topic discussions should go in this forum. Post count is not increased by posting here.
Archive Access status is required to post in this forum. Find out how to get it
Post Reply
Frozenport
User avatar
Posts: 1022
Joined: Fri Sep 01, 2006 10:04 pm
Location: The Ephemeral between existance and non-existance: AKA "being"
Contact:

Replace Desktop in Windows

Post by Frozenport »

I want to write a program in C# or C++ that will replace the desktop in a seemless manner. That is, not replace explorer.exe but replace the object where the icons are drawn with some standard windows controls.

I'm not quite sure how to approach this problem. Does anybody know how or have any ideas?
Image
Part Time Troll - HPC Enthusiast - Spelling Master - Old Fart

sibbl
User avatar
Posts: 105
Joined: Sun Oct 05, 2008 3:11 pm

Post by sibbl »

you can either use active desktop to show something or use findwindow and setparent to get the handle of the desktop and replace it with your own app
GreetZz, Sibbl

Image

Tootles
User avatar
Donator
Posts: 1017
Joined: Mon Feb 12, 2007 12:50 pm
Location: England

Post by Tootles »

You mean customize the Window Manager (for want on a non-unix term) itself?
Long days, and pleasant nights.

squidward_
User avatar
Posts: 570
Joined: Thu Feb 07, 2008 1:35 pm
Location: United Kingdom
Contact:

Post by squidward_ »

I thought that it would be extremely difficult or near impossible to write a replacement for the Windows desktop?
Image

ddew
Donator
Posts: 368
Joined: Mon Dec 31, 2007 4:09 am
Location: Sweden

Post by ddew »

There are some shells available that replaces explorer, like LiteStep and some blackbox implementation. Most tend to suck pretty hard, but atleast it's possible.

Tootles
User avatar
Donator
Posts: 1017
Joined: Mon Feb 12, 2007 12:50 pm
Location: England

Post by Tootles »

ddew wrote:There are some shells available that replaces explorer, like LiteStep and some blackbox implementation. Most tend to suck pretty hard, but atleast it's possible.
He said he didn't want to replace explorer.exe.
Long days, and pleasant nights.

ddew
Donator
Posts: 368
Joined: Mon Dec 31, 2007 4:09 am
Location: Sweden

Post by ddew »

marktuson wrote:
ddew wrote:There are some shells available that replaces explorer, like LiteStep and some blackbox implementation. Most tend to suck pretty hard, but atleast it's possible.
He said he didn't want to replace explorer.exe.
Yeah, my bad. Was thinking of replacing the desktop and window borders and keeping explorer as a file-manager.

Post Reply