Dialog Boxes Functions
A version of this page is also available for
4/8/2010
The following table shows the dialog boxes functions, with a description of the purpose of each.
Programming element | Description |
---|---|
This inline function sets the check state of a radio button or check box in a specified dialog box. |
|
This function creates a modeless dialog box from a dialog box template resource. |
|
This function creates a modeless dialog box from a dialog box template in memory. |
|
This function creates a modeless dialog box from a dialog box template in memory. |
|
This function creates a modeless dialog box from a dialog box template resource. |
|
This function carries out default message processing for a window procedure belonging to an application-defined dialog box class. |
|
This function creates a modal dialog box from a dialog box template resource. |
|
This function is defined as a macro and creates a modal dialog box from a dialog box template in memory. |
|
This function creates a modal dialog box from a dialog box template in memory. |
|
This function creates a modal dialog box from a dialog box template resource. |
|
This function is an application-defined callback function that processes messages sent to a modal or modeless dialog box. |
|
This function destroys a modal dialog box, causing the system to end any processing for the dialog box. |
|
This function returns the dialog box base units used by Windows to create dialog boxes. |
|
This function returns the identifier of the specified control. |
|
This function retrieves the handle to a control in the specified dialog box. |
|
This function translates the text of a specified control in a dialog box into an integer value. |
|
This function retrieves the title or text associated with a control in a dialog box. |
|
This function retrieves the handle to the first control in a group of controls that precedes or follows the specified control in a dialog box. |
|
This function retrieves the handle to the first control with the WS_TABSTOP style that precedes or follows the specified control. |
|
This function determines whether a message is intended for the specified dialog box and, if it is, processes the message. |
|
This inline function retrieves the check state of a radio button or check box in a specified dialog box. |
|
This function converts, or maps, the specified dialog box units to screen units, or pixels. |
|
This function plays a waveform sound. |
|
This function creates, displays, and operates a message box. |
|
This function sends a message to the specified control in a dialog box. |
|
This function sets the text of a control in a dialog box to the string representation of a specified integer value. |
|
This function sets the title or text of a control in a dialog box. |