CustCont.exe - Generic Custom Control Sample Code

ID: Q67250


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1


SUMMARY

CustCont.exe is a sample file that contains the source code for a generic custom control. The following basic custom control features are demonstrated:

  • How to register the control class.


  • How to create the control.


  • How to paint the control.


  • How to change the font in the control.


  • How to gain and lose focus.


  • How to move and size the control.


The control is essentially a three-dimensional static rectangle with text. The functions necessary to interact with the Windows Dialog Editor are implemented in a separate module. These functions are documented in Chapter 20 of the "Microsoft Windows Software Development Kit Guide to Programming" for version 3.0.

CUSTCONT contains two archive files. The first, CTL.ZIP, contains the sources for the custom control DLL. The second, CTLTEST.ZIP, contains the sources for a small program that demonstrates the use of the control.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:


CustCont.exe

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words:

Keywords : kbfile kbsample kb16bitonly kbCtrl kbSDKPlatform kbGrpUser kbWinOS310 kbWinOS300
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


Last Reviewed: December 2, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.