Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: please help me asap Pin
toxcct20-Sep-07 4:00
toxcct20-Sep-07 4:00 
QuestionQuestion about CEdit Pin
josip cagalj19-Sep-07 22:39
josip cagalj19-Sep-07 22:39 
AnswerRe: Question about CEdit Pin
Jason Teagle19-Sep-07 22:52
Jason Teagle19-Sep-07 22:52 
GeneralRe: Question about CEdit Pin
josip cagalj19-Sep-07 23:02
josip cagalj19-Sep-07 23:02 
GeneralRe: Question about CEdit Pin
josip cagalj19-Sep-07 23:27
josip cagalj19-Sep-07 23:27 
GeneralRe: Question about CEdit Pin
Mark Salsbery20-Sep-07 6:59
Mark Salsbery20-Sep-07 6:59 
AnswerRe: Question about CEdit Pin
jhwurmbach19-Sep-07 22:53
jhwurmbach19-Sep-07 22:53 
AnswerRe: Question about CEdit Pin
Nelek19-Sep-07 22:53
protectorNelek19-Sep-07 22:53 
You can get the whole rectangle with void CEdit::GetRect( LPRECT lpRect ) const; and insteads of set the background of the CEdit, do it with the lpRect.

Then use the CDialog::OnInitDialog (); to make your changes and...

remember to change the background of the dialog before changing/filling the edits



Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

Questionvc++ equivalent of c# Pin
tasumisra19-Sep-07 22:39
tasumisra19-Sep-07 22:39 
AnswerRe: vc++ equivalent of c# Pin
toxcct19-Sep-07 22:44
toxcct19-Sep-07 22:44 
GeneralRe: vc++ equivalent of c# Pin
tasumisra19-Sep-07 22:48
tasumisra19-Sep-07 22:48 
QuestionHow to disable the sounds of message box ? Pin
Nelek19-Sep-07 22:27
protectorNelek19-Sep-07 22:27 
AnswerRe: How to disable the sounds of message box ? Pin
Mark Salsbery20-Sep-07 7:15
Mark Salsbery20-Sep-07 7:15 
GeneralRe: How to disable the sounds of message box ? Pin
Nelek21-Sep-07 1:36
protectorNelek21-Sep-07 1:36 
GeneralRe: How to disable the sounds of message box ? Pin
Mark Salsbery21-Sep-07 8:01
Mark Salsbery21-Sep-07 8:01 
AnswerRe: How to disable the sounds of message box ? Pin
DevMentor.org20-Sep-07 10:15
DevMentor.org20-Sep-07 10:15 
QuestionHow to enter japanese strings in my string table ? Pin
Krishnatv19-Sep-07 22:07
Krishnatv19-Sep-07 22:07 
AnswerRe: How to enter japanese strings in my string table ? Pin
Sameerkumar Namdeo19-Sep-07 22:23
Sameerkumar Namdeo19-Sep-07 22:23 
GeneralRe: How to enter japanese strings in my string table ? Pin
Krishnatv19-Sep-07 22:51
Krishnatv19-Sep-07 22:51 
GeneralRe: How to enter japanese strings in my string table ? Pin
jhwurmbach19-Sep-07 23:05
jhwurmbach19-Sep-07 23:05 
GeneralRe: How to enter japanese strings in my string table ? Pin
Krishnatv19-Sep-07 23:26
Krishnatv19-Sep-07 23:26 
QuestionFinding files Pin
Waldermort19-Sep-07 21:42
Waldermort19-Sep-07 21:42 
AnswerRe: Finding files Pin
Nelek19-Sep-07 22:09
protectorNelek19-Sep-07 22:09 
GeneralRe: Finding files Pin
Waldermort19-Sep-07 22:15
Waldermort19-Sep-07 22:15 
GeneralCuriosity Pin
Nelek19-Sep-07 22:30
protectorNelek19-Sep-07 22:30 

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.