Edit box problem.........
-
What functionallity should i add in following handlers to restrict user to right click in edit box........ means menu should be disable or he cant copy or paste etc void CMyedit::OnContextMenu(CWnd* pWnd, CPoint point) { // TODO: Add your message handler code here } void CMyedit::OnCopy(WPARAM wParam,LPARAM lParam) { // TODO: Add your message handler code here } void CMyedit::OnPaste(WPARAM wParam,LPARAM lParam) { // TODO: Add your message handler code here }
-
What functionallity should i add in following handlers to restrict user to right click in edit box........ means menu should be disable or he cant copy or paste etc void CMyedit::OnContextMenu(CWnd* pWnd, CPoint point) { // TODO: Add your message handler code here } void CMyedit::OnCopy(WPARAM wParam,LPARAM lParam) { // TODO: Add your message handler code here } void CMyedit::OnPaste(WPARAM wParam,LPARAM lParam) { // TODO: Add your message handler code here }