Explore the details of how a Shell Explorer Context Menu works and learn the role played by the registry database.
C++ programming: How does Shell Context Menu Work ? - Part 2
Published 08/13/2010
Explore the details of how a Shell Explorer Context Menu works and learn the role played by the registry database.
If you have been using Vista, you would have noticed that MessageBoxes are passé. These have been replaced by the new Task Dialogs. Task dialogs are intended to make the experience more interactive and goal-oriented. Take a tour of the Task Dialog API.
A very basic shell extention to add and reterive the comments of the files.
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.