Creating CAPEDIT Control
Sometimes a user must input long strings of characters into an EDIT control field. The CAPEDIT control makes this process easier by capitalizing the first letter in each word that the user inputs into an EDIT control. CAPEDIT is most often used in EDIT controls for names and addresses, such as in the New Contact dialog box in the Contacts database. To use the CAPEDIT control, initialize the control by using the SHInitExtraControls function. Then declare the control class as CAPEDIT instead of EDIT.
See Also
Creating Windows Mobile Controls
Send Feedback on this topic to the authors