Ever wanted to get a mouse hover/leave message from the system tray? The Windows shell doesn't support that. This class is a solution that works.
How to Implement a Mouse Hover/Leave Message on the System Tray
Published 09/09/2004
Ever wanted to get a mouse hover/leave message from the system tray? The Windows shell doesn't support that. This class is a solution that works.
Illustrates how to have your dialog based applications minimize to the system tray instead of the task bar
Animated Tray Icon Class
Adding Icons to the System Tray
Screen Saver Tray Icon Sample
Animating System Tray Icons
Learn to implement exception handling mechanism in C++.
Play with gravity in Unity.
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.