Places a check mark next to or removes a check mark from a button control. |
|
Checks the specified radio button and removes the check mark from all other radio buttons in the specified group of buttons. |
|
Continues a window's modal status. |
|
Fills a list box with a file or directory listing. |
|
Fills the list box of a combo box with a file or directory listing. |
|
Retrieves the current selection from a list box. |
|
Retrieves the current selection from the list box of a combo box. |
|
Ends a window's modal status. |
|
Initiates a dialog resource. |
|
Returns the ID of the currently checked radio button in a group of buttons. |
|
Retrieves information about the specified scroll bar. |
|
Retrieves information about the specified title bar. |
|
Retrieves information about the specified menu bar. |
|
Translates the text of a control in the given dialog box to an integer value. |
|
Retrieves the caption or text associated with a control. |
|
Searches for the next (or previous) control within a group of controls. |
|
Retrieves the first control with the WS_TABSTOP style that follows (or precedes) the specified control. |
|
Determines whether the given message is intended for the modeless dialog box and, if so, processes it. |
|
Determines whether a button control is checked. |
|
Retrieves, translates, or dispatches messages for a window that is in modal status. |
|
Sends a message to the specified control. |
|
Sets the text of a control to the string that represents an integer value. |
|
Sets the caption or text of a control in the specified dialog box. |
|
Attaches a Windows control to a CWnd object and makes it route messages through the CWnd's message map. |