Microsoft Windows CE 3.0  

dlgmgr Component

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The dlgmgr component supports the dialog-box manager.

Functions for Application Developers

The dlgmgr component includes the following functions for application developers, which are defined in the Winuser.h header file. To import these functions, you need to link to the dlgmgr.lib file.

Function
CheckRadioButton
CreateDialogIndirectParam
DefDlgProc
DialogBoxIndirectParam
EndDialog
GetDialogBaseUnits
GetDlgCtrlID
GetDlgItem
GetDlgItemInt
GetDlgItemText
GetNextDlgGroupItem
GetNextDlgTabItem
IsDialogMessage
MapDialogRect
SendDlgItemMessage
SetDlgItemInt
SetDlgItemText

See Also

GWE Components