xSwan Posted August 13, 2003 Posted August 13, 2003 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? Quote
*Experts* Volte Posted August 13, 2003 *Experts* Posted August 13, 2003 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. Quote
xSwan Posted August 13, 2003 Author Posted August 13, 2003 But windows can with the "homepage"? And I mean I have seen an other that could. Quote
*Gurus* divil Posted August 13, 2003 *Gurus* Posted August 13, 2003 Active Desktop just hosts Internet Explorer instead of a listview in the background. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
xSwan Posted August 13, 2003 Author Posted August 13, 2003 Jah, but the icons is there still.:confused: And if "Active Desktop" can then i must think I can too, but how? Quote
*Experts* Volte Posted August 13, 2003 *Experts* Posted August 13, 2003 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. Quote
xSwan Posted August 13, 2003 Author Posted August 13, 2003 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 Quote
*Experts* Volte Posted August 13, 2003 *Experts* Posted August 13, 2003 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. Quote
xSwan Posted August 13, 2003 Author Posted August 13, 2003 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 :( Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.