 |
SetDlgItemInt ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetDlgItemInt function sets the text of a control in a dialog box to the string representation of a specified integer value. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL SetDlgItemInt(
HWND hDlg,
int nIDDlgItem,
UINT uValue,
BOOL bSigned
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetDlgItemInt IN user32;
INTEGER hDlg,;
INTEGER nIDDlgItem,;
INTEGER uValue,;
INTEGER bSigned
|
 |
 |
 |
| Parameters: |
 |
hDlg
[in] Handle to the dialog box that contains the control.
nIDDlgItem
[in] Specifies the control to be changed.
uValue
[in] Specifies the integer value used to generate the item text.
bSigned
[in] Specifies whether the uValue parameter is signed or unsigned. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the SetDlgItemInt : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-10-17 09:43:07 | | Modified: | 2003-10-17 09:44:51 | Visited in last 7 days: 18 |