Learn about a native C++, MFC, ATL/COM system to remote view a desktop.
Remote Desktop View Lite
Published 10/31/2005
Learn about a native C++, MFC, ATL/COM system to remote view a desktop.
Learn how to add a button to a server application (a WinForm app with a big Listen button) and have the handler for the click event raise a custom event.
Remoting is one of the three techniques available on the CLR for creating distributed applications.
Learn to implement exception handling mechanism in C++.
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.