Click here to Skip to main content
15,913,055 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRE: New cool Windows 2000 Open File Dialogs with MFC Pin
Andrei Zenkovitch20-Dec-99 5:49
Andrei Zenkovitch20-Dec-99 5:49 
GeneralRE: New cool Windows 2000 Open File Dialogs with MFC Pin
Jeremy Davis16-Feb-00 22:42
Jeremy Davis16-Feb-00 22:42 
GeneralRe: New cool Windows 2000 Open File Dialogs with MFC Pin
Thomas Freudenberg14-Apr-00 5:25
Thomas Freudenberg14-Apr-00 5:25 
Generalclass CBitmapDC : public CDC Pin
Jason Hattingh11-Jan-00 0:19
sussJason Hattingh11-Jan-00 0:19 
GeneralRE: class CBitmapDC : public CDC Pin
RAJIV16-Jan-00 10:26
RAJIV16-Jan-00 10:26 
GeneralRE: class CBitmapDC : public CDC Pin
Chris Maunder9-Feb-00 13:03
cofounderChris Maunder9-Feb-00 13:03 
QuestionRichEditCtrl - pasted text not visible initially!? Pin
Steve Roach5-Jan-00 2:24
Steve Roach5-Jan-00 2:24 
AnswerRE: RichEditCtrl - pasted text not visible initially!? Pin
Wes Rogers17-Jan-00 12:47
Wes Rogers17-Jan-00 12:47 
==================
The original message was:

I have a RichEditCtrl that "initially" does not diplay text that is pasted into it (using my_RichEditCtrl->Paste() or by Shift-Insert,Ctrl- V). The text "is" displayed if you then obscure the window and cause a redraw.

What do I have to do to get the text to be made visible after the paste? Is it something to do with the configuration of the RE Ctrl, e.g in the Create call, or something I must do after the paste?.

Thank-you

Steve



Dear Steve,

Offhand, it sounds like you need to invalidate the area of the control after doing the paste,
so that the new text will pop into view right away. I'm not an RE expert, but there should be a
way to do an OnUpdate() or OnDraw() call for the control, which is after all a window.

I hope this helps,
Wes Rogers
GeneralList files in project Pin
Vern Sauder4-Jan-00 12:12
sussVern Sauder4-Jan-00 12:12 
GeneralDatabase code Pin
shahzad11-Dec-99 5:05
shahzad11-Dec-99 5:05 
GeneralRE: Database code Pin
michaels3-Feb-00 5:00
michaels3-Feb-00 5:00 
GeneralRe: Working on it Pin
PeterK21-Apr-00 7:55
PeterK21-Apr-00 7:55 
Generalxml code generator Pin
David Hubbard10-Dec-99 5:00
David Hubbard10-Dec-99 5:00 
QuestionA extended CEdit with simple input output to replace DOS shell ? Pin
To Tran Tung10-Dec-99 4:46
To Tran Tung10-Dec-99 4:46 
Generalwildcards Pin
Rajiv Ramachandran7-Dec-99 5:52
Rajiv Ramachandran7-Dec-99 5:52 
GeneralRE: wildcards Pin
Gertjan Schuurmans9-Dec-99 2:42
Gertjan Schuurmans9-Dec-99 2:42 
GeneralCVS in VC IDE Pin
George3-Dec-99 20:24
George3-Dec-99 20:24 
GeneralRE: CVS in VC IDE Pin
Jonathan Gilligan7-Dec-99 17:12
Jonathan Gilligan7-Dec-99 17:12 
GeneralRE: RE: CVS in VC IDE Pin
George19-Dec-99 21:31
George19-Dec-99 21:31 
GeneralRE: RE: RE: CVS in VC IDE Pin
Jonathan Gilligan21-Dec-99 19:43
Jonathan Gilligan21-Dec-99 19:43 
GeneralRE: RE: RE: RE: CVS in VC IDE Pin
George21-Dec-99 20:21
suss George21-Dec-99 20:21 
GeneralDrawing text with "antialiasing" effect Pin
Viorel Bejan30-Nov-99 3:40
sussViorel Bejan30-Nov-99 3:40 
GeneralRE: Drawing text with Pin
Jesse Ezell14-Dec-99 15:00
Jesse Ezell14-Dec-99 15:00 
GeneralOwner drawn buttons on a CDialogBar Pin
Kevin Schock25-Nov-99 21:35
sussKevin Schock25-Nov-99 21:35 
General.ico from a HICON Pin
Thierry Maurel25-Nov-99 3:34
Thierry Maurel25-Nov-99 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.