Click here to Skip to main content
15,908,274 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem creating a colored icon Pin
Mark Salsbery12-Nov-08 6:58
Mark Salsbery12-Nov-08 6:58 
GeneralRe: problem creating a colored icon Pin
tudorbalan12-Nov-08 8:52
tudorbalan12-Nov-08 8:52 
GeneralRe: problem creating a colored icon Pin
Mark Salsbery12-Nov-08 8:58
Mark Salsbery12-Nov-08 8:58 
Questionproblem in retriving values from recordset Pin
tasumisra10-Nov-08 20:47
tasumisra10-Nov-08 20:47 
AnswerRe: problem in retriving values from recordset Pin
CPallini10-Nov-08 21:14
mveCPallini10-Nov-08 21:14 
GeneralRe: problem in retriving values from recordset Pin
tasumisra10-Nov-08 21:23
tasumisra10-Nov-08 21:23 
GeneralRe: problem in retriving values from recordset Pin
CPallini10-Nov-08 21:48
mveCPallini10-Nov-08 21:48 
QuestionText Color Change for CRichEditCtrl on a CMdiChildWnd Pin
prithaa10-Nov-08 20:44
prithaa10-Nov-08 20:44 
Hello,

I have a CRichEditCtrl on a CMdiChildWnd which works as an edit box on the window.But I am not able to change the color of the text in the edit box but the background color can be changed with the following.

CRichEditCtrl *T2;
COLORREF C(250);
CDC *c = T2->GetDC();
T2->Create(this,Rect2,false);
T2->SetBackgroundColor(false,C);


Thanks
Prithaa
AnswerRe: Text Color Change for CRichEditCtrl on a CMdiChildWnd Pin
Dhiraj kumar Saini10-Nov-08 22:33
Dhiraj kumar Saini10-Nov-08 22:33 
GeneralRe: Text Color Change for CRichEditCtrl on a CMdiChildWnd Pin
prithaa11-Nov-08 1:10
prithaa11-Nov-08 1:10 
QuestionIs there any API for Data? Pin
Nandu_77b10-Nov-08 20:20
Nandu_77b10-Nov-08 20:20 
AnswerRe: Is there any API for Data? Pin
_AnsHUMAN_ 10-Nov-08 20:39
_AnsHUMAN_ 10-Nov-08 20:39 
GeneralRe: Is there any API for Data? Pin
kevinmengmsn10-Nov-08 22:10
kevinmengmsn10-Nov-08 22:10 
GeneralRe: Is there any API for Data? Pin
_AnsHUMAN_ 10-Nov-08 22:43
_AnsHUMAN_ 10-Nov-08 22:43 
QuestionRe: Is there any API for Data? Pin
Nandu_77b10-Nov-08 23:14
Nandu_77b10-Nov-08 23:14 
AnswerRe: Is there any API for Data? Pin
Saurabh.Garg10-Nov-08 21:15
Saurabh.Garg10-Nov-08 21:15 
Questionhelp! How to ceate a custom skin application Pin
petterroea10-Nov-08 19:50
petterroea10-Nov-08 19:50 
AnswerRe: help! How to ceate a custom skin application Pin
enhzflep10-Nov-08 19:55
enhzflep10-Nov-08 19:55 
AnswerRe: help! How to ceate a custom skin application Pin
Hamid_RT11-Nov-08 4:21
Hamid_RT11-Nov-08 4:21 
QuestionDisplay Images from Remote Machine(Performance Issue Query) Pin
Super Hornet10-Nov-08 19:00
Super Hornet10-Nov-08 19:00 
QuestionWhich is the best method to copy the files from remote system to local system? Pin
Super Hornet10-Nov-08 22:06
Super Hornet10-Nov-08 22:06 
QuestionRe: Display Images from Remote Machine(Performance Issue Query) Pin
Mark Salsbery11-Nov-08 7:13
Mark Salsbery11-Nov-08 7:13 
QuestionUpdating and retrieving data from a map. Pin
CodingLover10-Nov-08 18:33
CodingLover10-Nov-08 18:33 
AnswerRe: Updating and retrieving data from a map. Pin
Nishad S10-Nov-08 20:04
Nishad S10-Nov-08 20:04 
NewsRe: Updating and retrieving data from a map. Pin
CodingLover10-Nov-08 21:17
CodingLover10-Nov-08 21:17 

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.