Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>senddlgitemmessage</b> send message to dialog box control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SendDlgItemMessage   Send Message To Dialog Box Control

SendDlgItemMessage(hDlg, nIDDlgItem, wMsg, wParam, lParam)
HDLG hDlg;
int nIDDlgItem;
unsigned wMsg;
WORD wParam;
long lParam;

Returns:        Value returned by control's window function or zero if
                control ID is invalid.

Note:           This is the same as SendMessage(GetDlgItem(hDlg, nID)...

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