I am using Windows Desktop Sharing API to write a desktop sharing application.
The ultimate goal of mine is to share the complete desktop except few windows. I am able to get the windows from ApplicationFilter.Windows and also able to make the Shared property to false for the window that I don't want to share on the viewer end. But the problem is that it turns the non-shared windows to black rectangle on the other end. How can I make it completely transparent on viewer end?
Fahim