NOTIFY 썸네일형 리스트형 [MFC Dialog] TreeCtrl에 더블클릭 이벤트 주기 ON_NOTIFY 다이얼로그(대화식 상자)에 이벤트를 주는 방법은 참 쉽다. (' ' 요런식.. 하지만 다르게 해보면 어떨까... 그래서 어떻게 하면 컨트롤에 이벤트를 줄 수 있을까.. 하면서 찾은것이 MESSAGE_MAP에 NOTIFY 메시지를 등록하는 것. ON_NOTIFY( wwNotifyCode, id, memberFxn) id가 바로 해당 controller wNotifyCodeThe code for the notification message to be handled, such as LVN_KEYDOWN. idThe child identifier of the control for which the notification is sent. memberFxnThe member function to be called .. 더보기 이전 1 다음