home *** CD-ROM | disk | FTP | other *** search
-
- wmi_message STRINGARRAY
- BEGIN
- STRING("")
- STRING("LRESULT")
- STRING("WPARAM wParam, LPARAM lParam")
- STRING("%4 Add your message handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_control STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_notify STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_COMMAND STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("")
- STRING("%4 Add your command handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_COMMAND_EX STRINGARRAY
- BEGIN
- STRING("")
- STRING("BOOL")
- STRING("UINT nID")
- STRING("%4 Add your command handler code here")
- STRING_BLANK
- STRING("return TRUE;")
- END_STRINGS
- END
-
- wmi_UPDATE_COMMAND_UI STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("CCmdUI* pCmdUI")
- STRING("%4 Add your command update UI handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_ON_OK STRINGARRAY
- BEGIN
- STRING("OnOK")
- STRING("void")
- STRING("")
- STRING("%4 Add extra validation here")
- STRING_BLANK
- STRING("%1::%2();")
- END_STRINGS
- END
-
- wmi_ON_CANCEL STRINGARRAY
- BEGIN
- STRING("OnCancel")
- STRING("void")
- STRING("")
- STRING("%4 Add extra cleanup here")
- STRING_BLANK
- STRING("%1::%2();")
- END_STRINGS
- END
-
- wmi_vbn STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("UINT, int, CWnd*, LPVOID")
- STRING("%4 Add your VBX event notification handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
-
- wmi_EN_CHANGE STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("")
- STRING("%4 If this is a RICHEDIT control, the control will not")
- STRING("// send this notification unless you override the %1::OnInitDialog()")
- STRING("// function to send the EM_SETEVENTMASK message to the control")
- STRING("// with the ENM_CHANGE flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_EN_CORRECTTEXT STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("ENCORRECTTEXT *pEnCorrectText = reinterpret_cast<ENCORRECTTEXT *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with the ENM_CORRECTTEXT flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_DROPFILES STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("ENDROPFILES *pEnDropFiles = reinterpret_cast<ENDROPFILES *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with the ENM_DROPFILES flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_MSGFILTER STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("MSGFILTER *pMsgFilter = reinterpret_cast<MSGFILTER *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with either the ENM_KEYEVENTS or ENM_MOUSEEVENTS flag ")
- STRING("// ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_PROTECTED STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("ENPROTECTED *pEnProtected = reinterpret_cast<ENPROTECTED *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with the ENM_PROTECTED flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_REQUESTRESIZE STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("REQRESIZE *pReqResize = reinterpret_cast<REQRESIZE *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with the ENM_REQUESTRESIZE flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_HSCROLL STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("")
- STRING("%4 If this is a RICHEDIT control, the control will not")
- STRING("// send this notification unless you override the %1::OnInitDialog()")
- STRING("// function to send the EM_SETEVENTMASK message to the control")
- STRING("// with the ENM_SCROLL flag ORed into the lParam mask.")
- STRING(" ")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- END_STRINGS
- END
-
- wmi_EN_SELCHANGE STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("NMHDR* pNMHDR, LRESULT* pResult")
- STRING("SELCHANGE *pSelChange = reinterpret_cast<SELCHANGE *>(pNMHDR);")
- STRING("%4 The control will not send this notification unless you override the")
- STRING("// %1::OnInitDialog() function to send the EM_SETEVENTMASK message")
- STRING("// to the control with the ENM_SELCHANGE flag ORed into the lParam mask.")
- STRING("%5")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- STRING("*pResult = 0;")
- END_STRINGS
- END
-
- wmi_EN_UPDATE STRINGARRAY
- BEGIN
- STRING("")
- STRING("void")
- STRING("")
- STRING("%4 If this is a RICHEDIT control, the control will not")
- STRING("// send this notification unless you override the %1::OnInitDialog()")
- STRING("// function to send the EM_SETEVENTMASK message to the control")
- STRING("// with the ENM_UPDATE flag ORed into the lParam mask.")
- STRING(" ")
- STRING("%4 Add your control notification handler code here")
- STRING_BLANK
- END_STRINGS
- END
-