Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 @ DIALOG ... GET       GET validated data at a specified dialog position
 CANCEL DIALOG          Cancel a dialog containing GETs
 AppendDialog()         Appends a new item to a dialog
 CheckDlgButton()       Add/remove a check mark for a dialog button or check box
 CheckRadioButton()     Add a check mark to a radio button in a group and clear the others
 CreateDialog()         Make a new dialog structure, or start a modeless dialog
 DestroyWindow()        Destroy a window and free its resources
 DialogBox()            Display and activate a modal dialog from a dialog resource
 EnableWindow()         Enable/disable keyboard and mouse input for a window
 EndDialog()            Terminate a modal dialog
 FindWindow()           Find a window by name
 GetDialogBaseUnits()   Return the dialog base units used when creating dialog boxes
 GetDialogResult()      Return a result from a dialog with the user
 GetDlgCtrlID()         Get the numeric id of a child window
 GetDlgItem()           Get the handle of a control in a dialog box
 GetDlgItmInt()         Get the numeric value of the text in a control in a dialog box
 GetDlgItmText()        Get the text in a control in a dialog box
 GetWindow()            Return a related window
 IsDialogOK()           Check whether the GETs in a dialog can be exited
 IsDlgButtonChecked()   Return the status of a dialog button or check box
 IsWindow()             Determine whether a window handle is valid
 IsWindowEnabled()      Determine whether keyboard and mouse input are enabled for a window
 MapDialogRect()        Convert dialog co-ordinates to screen (pixel) co-ordinates
 ModalDialog()          Display and activate a modal dialog box
 MoveWindow()           Change the position and/or size of a window
 SendDlgItemMessage()   Send a message to a control in a dialog box
 SetDlgItem()           Set the text in a control in a dialog box

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson