GraphicControls 1.2
raphic Controls are new graphic-controls for Visual Studio. They are basic controls and can be modified in several ways to match the outfit you want.
Most of the Controls fire the paint-event. This allows adding scales, text, markers or everything else you need. The underlying textures also can be modified or changed.
The stored selection of images provides many opportunities. It is also possible to set the corresponding image directly. In this case you are not limited by the imagelist (256x256) .
To work with unlimited image files use the GImageList control. The use of this control avoids an excessive utilization of memory. The files are stored locally on the disk and read when needed.
Graphic Controls is a versatile tool designed to create and configure control-panels with little effort. It is possible to easily create layouts from scratch and quickly design its style and appearance or get one from the library of pre-built layouts and easily modify it.
And all this without writing a single line of code. All modifications are done as in traditional control editors.