trichview.support
Re: How to select data from clipboard when paste to RichViewEdit? |
Author |
Message |
Cai Song |
Posted: 08/20/2003 14:35:14 Thank you. I know these methods, I just want to paste Rich Text Format contents from clipboard, and I don't need all the data. How to remove the datas I don't need from clipboard, such as images, tables etc. but keep down others. "Sergey Tkachenko" <[email protected]> д���ʼ� news:[email protected]... > There is a set of methods for pasting: > - Paste (pasting in the most appropriate format) > - PasteRVF, PasteRTF, PasteBitmap, PasteMetafile, PasteText - pasting in the > specific format > Besides, there are methods: CanPaste, CanPasteRVF and CanPasteRTF. > > If you use RichViewActions (http://www.trichview.com/resources/actions/), > use TrvActionPasteSpecial which displays dialog allowing to choose a format > to paste. > > > > > Before paste to richview, I want to only choose rich text content and not > > choose other type such as images, controls, linebreak etc. > > What may I do? > > I have tried to create another richviewedit instance to accept all the > data > > from clipboard, then delete the datas I don't need, finaly use AppendFrom > to > > get data from the angent instance. But it throws exception "out of index". > > > > I don't know how to realize my means, someone help me, please! > > > > > > |
Powered by ABC Amber Outlook Express Converter