
Introduction
This is my first article and I jope you enjoy it. I wrote this with VC++.NET.
Brief description of Classes
-
_CMySlider class
It's a class for graphical slider that has a gradient, and a little look like the photoshop RGB sliders.
-
_CColorFrame class
This class is for previewing the color that you created.
-
CBitmapDC class
Oh I like this one. It's one of the more useful class . I use this class to get smooth and fast drawing.
How it works
- I created three sliders and a staticbox on my dialogbox.
- Added three
CCtrlSlider variables for the sliders and CStatic for staticbox.
- Changed
CCtrlSlider to _CMySlider and CStatic to _CColorFrame.
- That's all :-)
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here