Programming CAPEDIT Controls

Sometimes a user needs to input long strings of characters into a Palm-size PC control. The CAPEDIT control makes this process easier by capitalizing the first letter in each word the user inputs into an EDIT control. CAPEDIT is most often used in EDIT controls for names and addresses, such as the New Contact dialog box in the Contacts database. To use the CAPEDIT control, initialize the control with the SHInitExtraControl function. Then, declare the control class as CAPEDIT instead of EDIT.