trichview.support
Re: how to "freeze" editor? |
Author |
Message |
David Michael |
Posted: 08/09/2004 20:16:20 Do you mean like this: with FRichViewEdit do begin SendMessage(Handle,WM_SETREDRAW,0,0); try ... ... ... Format; finally SendMessage(Handle,WM_SETREDRAW,1,0); Repaint; end; // try end; -David http://www.davidrm.com "BigMonster" <BigMonster@Inbox.ru> wrote in message news:41164871@support.torry.net... > > Hello all! > > Is there any simple and fast way to "freeze" the editor during of some processing? > I do not want to see the moving of the cursor or selection in the text... > > Thanks! |
Powered by ABC Amber Outlook Express Converter