RAD
C++ Control Development Kit (CDK)
Creating and
Using RAD C++ Controls are as Easy as 1-2-3
In this page you will learn how to create and
use a RAD C++ control in RadVC environment. Follow the step-by-step instructions below to
create, package, deploy and use an example C++ control called "Circle".
"Circle" is a simple Windows control
that draws a circle in its client area. You will learn how to create this control and then
modify its behavior by adding some properties, methods and events to it. Once you have
developed the control, we will show you how to publish the control by creating a
package (setup) file. |