Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Dialog-Box Item Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CheckDlgButton          Places a check mark next to or removes a check
                            mark from a button control, or dims the
                            button.
 
  CheckRadioButton        Checks the specified radio button and removes
                            the check mark from all other radio buttons in
                            the specified group of buttons.
 
  GetCheckedRadioButton   Returns the ID of the currently checked radio
                            button in a group of buttons.
 
  DlgDirList              Fills a list box with a file or directory
                            listing.
 
  DlgDirListComboBox      Fills the list box of a combo box with a file
                            or directory listing.
 
  DlgDirSelect            Retrieves the current selection from a list
                            box.
 
  DlgDirSelectComboBox    Retrieves the current selection from the list
                            box of a combo box.
 
  GetDlgItem              Retrieves the handle of a control contained in
                            the specified dialog box.
 
  GetDlgItemInt           Translates the text of a control in the given
                            dialog box to an integer value.
 
  GetDlgItemText          Retrieves the caption or text associated with
                            a control.
 
  GetNextDlgGroupItem     Searches for the previous (or next) control
                            within a group of controls.
 
  GetNextDlgTabItem       Retrieves the first control that has the
                            WS_TABSTOP style and precedes (or follows)
                            the specified control.
 
  IsDlgButtonChecked      Determines whether a button control has a
                            check mark next to it, and whether a
                            three-state button control is dimmed, checked,
                            or neither.
 
  SendDlgItemMessage      Sends a message to the specified control.
 
  SetDlgItemInt           Sets the text of a control to the string that
                            represents an integer value.
 
  SetDlgItemText          Sets the caption or text of a control in the
                            specified dialog box.
 
 
                                     -♦-