The LICENSED sample is a control that enforces use of a design-time and run-time license.
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. |
Building and Running the Sample
To build and run the LICENSED sample
Open the solution Licensed.sln.
On the Build menu, click Build.
See Controls Samples for details on adding a control to the Toolbox, manually registering a control, and using the ActiveX Control Test Container.
Keywords
The LICENSED sample demonstrates the following keywords:
AfxGetInstanceHandle; CDC::ExtTextOut; CDC::SelectObject; CDC::SetTextAlign; CDialog::DoModal; CString::GetLength; MAKELONG; MessageBox
Note |
---|
Some samples, such as this one, have not been modified to reflect the changes in the Visual C++ wizards, libraries, and compiler, but still demonstrate how to complete your desired task. |