[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL SetDlgItemText(HDLG hDlg, WORD id, char *text)
 <MS-WINDOWS equivalent>

  This function sets a control's text buffer to the passed string.

Parameters
  hDlg is the handle of the dialog box which contains the specified control.
  id is the identifier of the control that we want to query. (The id
   is not tthe same thing as the handle.
  text is a pointer to a null-terminated string. The string will be
   copied to the control's private text buffer.

Returns
  TRUE if the value was set, FALSE if not.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson