 |
 |
Dialog Box ..msdn Add comment |
 |
|
GetDlgCtrlID
|
|
Retrieves the identifier of the specified control. |
|
 |
 |
 |
|
GetDlgItem
|
|
Retrieves a handle to a control in the specified dialog box. |
|
 |
 |
 |
|
MessageBox
|
|
Creates, displays, and operates a message box. The message box contains an application-defined message and title, plus any combination of predefined icons and push buttons |
|
 |
 |
 |
|
MessageBoxIndirect
|
|
Creates, displays, and operates a message box. The message box contains application-defined message text and title, any icon, and any combination of predefined push buttons.
|
|
 |
 |
 |
|
SetDlgItemInt
|
|
The SetDlgItemInt function sets the text of a control in a dialog box to the string representation of a specified integer value. |
|
 |
 |
 |
|
SetDlgItemText
|
|
The SetDlgItemText function sets the title or text of a control in a dialog box. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|