adspace
Answer Posted / Jairam Paswan
"In Microsoft Windows, a dialog procedure (DlgProc) is a function that processes messages sent to a dialog box created by the CreateDialog or DialogBox functions.nnA dialog procedure receives messages related to the dialog box's events such as button clicks, focus changes, and window resizing. The dialog procedure must be defined as the callback function in the corresponding dialog template (.rc file)."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers