Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Anybody know how to place a control on the desktop under the icons?

 

As U can in windows place some "homepages" at the desctop they are under the icon.

 

How can i place my own controls there?

  • *Experts*
Posted
No, because the icons are not windows, they are simply drawn onto the desktop. As far as I know, the desktop area with the icons is actually a large ListView control.
  • *Experts*
Posted

Activate Desktop is part of Windows. Microsoft can do anything they like with things that are built into Windows. MS just made windows draw the icons over top of the IE desktop. However, since you don't have Windows' source code, I can't imagine that it's possible to do the same.

 

Why would you need a control under the icon anyway.

Posted

Yaeh, I know MS can anything, and would have stop trying, if it was that I mean I have seen a program that could.

 

I need because it look stupid have my control over the icons so U cant see them;) , and my control i something like a Console where i can run program from and so. And then of course I want the experience :D

  • *Experts*
Posted
Wouldn't it make even less sense if it was under the icon and you couldn't see what you're typing? Maybe you should consider placing it in a differrent position.
Posted

Yeah, maybe, and I see the program i did mean do it, didnt :( , I was remeber wrong.

 

But then I have an other question: How can I place it over the icons, and still be there then I press Show Desktop?

 

I have try this:

 

[CS]

 

Cons = new ConsolePanel();

 

Int32 i = SetParent(Cons.Handle.ToInt32(),GetDesktopWindow());

 

[/CS]

 

But It isn't showed the I press that Show Desktop :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...