How to share “current desktop” to other user through Remote Desktop API?
-
Friday, August 03, 2012 4:15 AM
Hi, i've tried Remote Desktop(create a .RDP file to connect),
but windows create a new session,
that is, i cannot connect to the desktop what user is logon into.
How to do share the current desktop?thanks in advance!
- Moved by Jesse JiangMicrosoft Contingent Staff Monday, August 06, 2012 10:08 AM (From:Visual C++ General)
All Replies
-
Friday, August 03, 2012 6:01 AM
You probably should consider Windows Desktop Sharing. Start here: http://msdn.microsoft.com/en-us/library/windows/desktop/bb968809(v=vs.85).aspx.
- Marked As Answer by 劉斌 Tuesday, August 07, 2012 9:08 AM
-
Friday, August 03, 2012 11:21 AM
You probably should consider Windows Desktop Sharing. Start here: http://msdn.microsoft.com/en-us/library/windows/desktop/bb968809(v=vs.85).aspx.
Thanks a lot Viorel_!
i've considered this interface,
but it works only on vista and higher OS;
and my software should run on windows XP/200x/Vista/Win7,
i considered netmeeting too, but it doesn't work on win7.
maybe i should shot screen and transport pictures self..
-
Monday, August 06, 2012 10:10 AM
Hi 劉斌,
Welcome to the MSDN forum.
Based on your description, your issue is about Remote Desktop APIin Microsoft SDKs, so I’d like to move this thread to Microsoft SDK for better support, since here is for C++ general.
Thanks for your understanding.
Regards,
Elegentin Xie [MSFT]
MSDN Community Support | Feedback to us
-
Tuesday, August 07, 2012 2:55 AM
You can use netmeeting on XP and switch to RDS on Vista or higher - or develop your own desktop sharing solution like gotomeeting or logmein.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Marked As Answer by 劉斌 Tuesday, August 07, 2012 9:32 AM

