Click to See Complete Forum and Search --> : RichEditView ContextMenu ClipboardFormat?


Brain Studio
April 10th, 1999, 10:03 PM
I made a richeditview but no OLE,so I wanna disable paste menu in contextmenu when clipdata contain OLE object,I wrote enablemenuitem
in GetContextMenu() function,but it couldn~t disable it ,I have made
CMainFrame::CMainFrame()
{
this->m_bAutoMenuEnable = false;
}
but no use!
How can I know the clipboarddata isn`t text?
Who can help me?
Thanks!