trichview.support
Re: Repeat Clipboard Question |
Author |
Message |
Sergey Tkachenko |
Posted: 11/21/2003 23:19:36 First, it calls OnPaste to allow pasting in custom format. If succeed, stops. Then, if available, it pastes RVF. If succeed, stops. Then, if available, it pastes RTF. If succeed, stops. Then, if available, it pastes text. If succeed, stops. Then, if available, it pastes bitmap (since the Clipboard automatically converts bitmap <-> metafile, it does not tries to paste metafile). This is how any Windows application works - it pastes only one of available formats, which it believes the most complete. It is also possible to implement "Paste Special" command, see RichViewActions http://www.trichview.com/resources/actions/ |
Powered by ABC Amber Outlook Express Converter