Sorry for the blank post. What I supposed to write is:
Hi.
I have to do a virtual desktop for windows vista and seven (I want to be capable to see the virtual desktop in a window and show presentations and move windows to there like a real desktop). Actually I was capable to do a mirror driver for XP, Vista, and Seven, but since that two last don’t support other display driver than one WDDM (and XPDDM only like a mirror driver) I think I will have to find other way to achieve my goal.
I am open to any ideas, just that, I need someone to show me the way to go, thanks in advance,
Gianni
Think you are looking for something like this.
http://www.codeproject.com/KB/system/VirtualDesktop.aspx
http://www.codeproject.com/KB/shell/MultiDesktop.aspx?msg=2999793
dont think there is an option ( atleast in the samples provided ) to move a
window between desktops.
-rtshiva
On Mon, Aug 17, 2009 at 8:27 PM, wrote:
> Sorry for the blank post. What I supposed to write is:
>
> Hi.
>
> I have to do a virtual desktop for windows vista and seven (I want to be
> capable to see the virtual desktop in a window and show presentations and
> move windows to there like a real desktop). Actually I was capable to do a
> mirror driver for XP, Vista, and Seven, but since that two last don’t
> support other display driver than one WDDM (and XPDDM only like a mirror
> driver) I think I will have to find other way to achieve my goal.
>
> I am open to any ideas, just that, I need someone to show me the way to go,
> thanks in advance,
> Gianni
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
Yes, thank you. I am so immerse in kernel programming that I did not see that way. Seems to solve my problem.