Dear Sergey,
Is this possible to set ReadOnly:= true property for TRichViewEdit but accept the files from Windows Explorer to this control?
AcceptDragDropFormats is set only for rvddFiles:= true;
I will process dropped files manually (don't need to have them been inserted to TRichViewEdit automatically)
Whole form (as IDropTarget) is accepting files from explorer but if dragged files come over TRichViewEdit, it prohibits to drop files on it.
If I set ReadOnly:= false drag&drop works well.
Is there any solutions for that? Thanks
ReadOnly:= true and drag&drop files
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
May be something like this: http://www.trichview.com/forums/viewtopic.php?t=132 ?