다음을 통해 공유


대화 상자에서 Windows 메시지 처리

Dialog boxes are windows, so they can handle Windows messages if you supply the appropriate handler functions. When you create your dialog class with the Add Class Wizard, the wizard adds an empty message map to the class. Use the Properties window to map any Windows messages or commands you want your class to handle.

See Mapping Windows Messages to Your Dialog Class for more information.

참고 항목

개념

대화 상자의 수명 주기