This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Owner Drawn Comboboxes, Listboxes, and Menus in Visual Basic
Published 12/07/2015
This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Investigate how to make a color scroller, because it is sometimes very difficult getting the precise color combination.
You can create words and fonts that display at any angle. All it takes is a Windows Forms project and a little know-how.
This code sample shows how to subclass a combobox to paint each item a different colour. (Originally posted: October 31, 2000.)
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.