I have been recently familiarizing myself with the windows desktop sharing api, and i have a question i cant seem to find the answer to. Is it possible to build an application with the api that only shares the screen of another application that is currently running? Instead of sharing the whole desktop, just the presentation level of a given application that is already running. I appreciate any feedback. Thanks in advance.
I have been recently familiarizing myself with the windows desktop sharing api, and i
Share
Yes that is possible. According to the details given here you can share desktops, regions or individual applications. It sounds like regions is what you want to share.