Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: visual c++ code to read number of characters in the string entered in a text box Pin
Munchies_Matt9-Apr-14 10:56
Munchies_Matt9-Apr-14 10:56 
AnswerRe: visual c++ code to read number of characters in the string entered in a text box Pin
leon de boer21-Apr-14 23:25
leon de boer21-Apr-14 23:25 
QuestionNeed help on MemDC , Drawtext() coding Pin
econy8-Apr-14 10:08
econy8-Apr-14 10:08 
JokeMessage Removed Pin
8-Apr-14 10:55
pasztorpisti8-Apr-14 10:55 
AnswerRe: Need help on MemDC , Drawtext() coding Pin
leon de boer22-Apr-14 21:30
leon de boer22-Apr-14 21:30 
QuestionCDC exist or not question Pin
econy8-Apr-14 2:28
econy8-Apr-14 2:28 
AnswerRe: CDC exist or not question Pin
econy8-Apr-14 2:37
econy8-Apr-14 2:37 
GeneralRe: CDC exist or not question Pin
CPallini8-Apr-14 4:02
mveCPallini8-Apr-14 4:02 
GeneralRe: CDC exist or not question Pin
econy8-Apr-14 4:29
econy8-Apr-14 4:29 
GeneralRe: CDC exist or not question Pin
CPallini8-Apr-14 11:09
mveCPallini8-Apr-14 11:09 
GeneralRe: CDC exist or not question Pin
econy8-Apr-14 12:47
econy8-Apr-14 12:47 
GeneralRe: CDC exist or not question Pin
CPallini8-Apr-14 21:36
mveCPallini8-Apr-14 21:36 
AnswerRe: CDC exist or not question Pin
Joe Woodbury24-Apr-14 9:30
professionalJoe Woodbury24-Apr-14 9:30 
QuestionSetWindowText Blinking problem Pin
econy7-Apr-14 6:00
econy7-Apr-14 6:00 
AnswerRe: SetWindowText Blinking problem Pin
Richard MacCutchan7-Apr-14 6:06
mveRichard MacCutchan7-Apr-14 6:06 
GeneralRe: SetWindowText Blinking problem Pin
econy7-Apr-14 6:46
econy7-Apr-14 6:46 
GeneralRe: SetWindowText Blinking problem Pin
Richard MacCutchan7-Apr-14 6:55
mveRichard MacCutchan7-Apr-14 6:55 
QuestionRe: SetWindowText Blinking problem Pin
David Crow7-Apr-14 16:39
David Crow7-Apr-14 16:39 
AnswerRe: SetWindowText Blinking problem Pin
willcoxson7-Apr-14 18:17
willcoxson7-Apr-14 18:17 
If it's blinking when you set the text to the same thing over and over, use AfxSetWindowText(). It checks to see what the current text is and only does the SetWindowText if the text is different than the current text.
GeneralRe: SetWindowText Blinking problem Pin
econy8-Apr-14 2:26
econy8-Apr-14 2:26 
QuestionC++ - code executed upon definite program termination Pin
liquid_5-Apr-14 20:21
liquid_5-Apr-14 20:21 
AnswerRe: C++ - code executed upon definite program termination Pin
CPallini6-Apr-14 4:59
mveCPallini6-Apr-14 4:59 
AnswerRe: C++ - code executed upon definite program termination Pin
Richard Andrew x646-Apr-14 11:30
professionalRichard Andrew x646-Apr-14 11:30 
AnswerRe: C++ - code executed upon definite program termination Pin
pasztorpisti6-Apr-14 18:39
pasztorpisti6-Apr-14 18:39 
AnswerRe: C++ - code executed upon definite program termination Pin
Heng Xiangzhong7-Apr-14 16:26
Heng Xiangzhong7-Apr-14 16:26 

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.