Click here to Skip to main content
16,007,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCArray<double,double*> pointer ?? Pin
Vaclav23-Dec-05 19:24
Vaclav23-Dec-05 19:24 
AnswerRe: CArray<double,double*> pointer ?? Pin
Michael Dunn23-Dec-05 20:22
sitebuilderMichael Dunn23-Dec-05 20:22 
GeneralRe: CArray<double,double*> pointer ?? Pin
Vaclav24-Dec-05 5:51
Vaclav24-Dec-05 5:51 
AnswerRe: CArray<double,double*> pointer ?? Pin
Bob Stanneveld23-Dec-05 22:22
Bob Stanneveld23-Dec-05 22:22 
QuestionHow to add Color's to CEdit box text contents Pin
dipuks23-Dec-05 13:41
dipuks23-Dec-05 13:41 
AnswerRe: How to add Color's to CEdit box text contents Pin
PJ Arends23-Dec-05 15:39
professionalPJ Arends23-Dec-05 15:39 
GeneralRe: How to add Color's to CEdit box text contents Pin
dipuks23-Dec-05 15:52
dipuks23-Dec-05 15:52 
GeneralRe: How to add Color's to CEdit box text contents Pin
PJ Arends24-Dec-05 8:11
professionalPJ Arends24-Dec-05 8:11 
dipuks wrote:
If i remove the Edit box now and replace it by RichEdit, will it cause any problems?


It should not cause any problems. You just have to make sure you set up the rich edit control properly. Call AfxInitRichEdit2() in your app's InitInstance(), and then call CRichEditCtrl::SetEventMask() so the control sends the messages you want to handle.

dipuks wrote:
Is there any simple sample application which shows how this can be done in RichEdit?


You could look here[^] for examples, there may even be one that does exactly what you need.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
AnswerRe: How to add Color's to CEdit box text contents Pin
ddmcr23-Dec-05 19:27
ddmcr23-Dec-05 19:27 
GeneralRe: How to add Color's to CEdit box text contents Pin
dipuks24-Dec-05 10:13
dipuks24-Dec-05 10:13 
GeneralRe: How to add Color's to CEdit box text contents[modified] Pin
ddmcr24-Dec-05 10:23
ddmcr24-Dec-05 10:23 
QuestionVC 6.0 and latest Platform SDK Pin
Alexander Bischofberger23-Dec-05 10:03
Alexander Bischofberger23-Dec-05 10:03 
AnswerRe: VC 6.0 and latest Platform SDK Pin
John M. Drescher23-Dec-05 13:39
John M. Drescher23-Dec-05 13:39 
AnswerRe: VC 6.0 and latest Platform SDK Pin
Michael Dunn23-Dec-05 20:24
sitebuilderMichael Dunn23-Dec-05 20:24 
GeneralRe: VC 6.0 and latest Platform SDK Pin
Vaclav24-Dec-05 5:50
Vaclav24-Dec-05 5:50 
Questioncheck if external app is already running Pin
elephantstar23-Dec-05 9:16
elephantstar23-Dec-05 9:16 
AnswerRe: check if external app is already running Pin
Saksida Bojan23-Dec-05 10:32
Saksida Bojan23-Dec-05 10:32 
GeneralRe: check if external app is already running Pin
Blake Miller23-Dec-05 10:55
Blake Miller23-Dec-05 10:55 
GeneralRe: check if external app is already running Pin
ThatsAlok25-Dec-05 21:09
ThatsAlok25-Dec-05 21:09 
AnswerRe: check if external app is already running Pin
ThatsAlok25-Dec-05 22:47
ThatsAlok25-Dec-05 22:47 
GeneralRe: check if external app is already running Pin
elephantstar27-Dec-05 11:49
elephantstar27-Dec-05 11:49 
GeneralRe: check if external app is already running Pin
ThatsAlok27-Dec-05 22:23
ThatsAlok27-Dec-05 22:23 
GeneralRe: check if external app is already running Pin
ThatsAlok27-Dec-05 23:36
ThatsAlok27-Dec-05 23:36 
GeneralRe: check if external app is already running Pin
ThatsAlok27-Dec-05 23:38
ThatsAlok27-Dec-05 23:38 
QuestionVisual Studio 2005: Problems with Dynamic Library using CString Pin
Mr. Accident23-Dec-05 8:41
Mr. Accident23-Dec-05 8:41 

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.