Click here to Skip to main content
15,889,651 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: avoiding or skipping Divide by zero showing junk values Pin
User 5924111-Apr-14 19:07
User 5924111-Apr-14 19:07 
QuestionCDHtmlDialog: Changing HTML File Dynamically Pin
Don Guy9-Apr-14 11:31
Don Guy9-Apr-14 11:31 
QuestionSetWindowText() style question Pin
econy9-Apr-14 4:24
econy9-Apr-14 4:24 
AnswerRe: SetWindowText() style question Pin
jeron19-Apr-14 5:06
jeron19-Apr-14 5:06 
AnswerRe: SetWindowText() style question Pin
Maximilien9-Apr-14 8:30
Maximilien9-Apr-14 8:30 
GeneralRe: SetWindowText() style question Pin
econy9-Apr-14 10:11
econy9-Apr-14 10:11 
GeneralRe: SetWindowText() style question Pin
Richard MacCutchan9-Apr-14 23:21
mveRichard MacCutchan9-Apr-14 23:21 
AnswerRe: SetWindowText() style question Pin
leon de boer22-Apr-14 22:16
leon de boer22-Apr-14 22:16 
Exactly what Richard said above just subclass a static text box and you can use it over and over again.

I have a standard code I use to do what you are doing and it also allows you to change the font, text color and background color as well which is all fairly trivial.

Let me know if you want to see how to code it as I wont paste that amount of code if you don't need it.
Questionhow to Convert MFC based Windows application to web application Pin
manoharbalu8-Apr-14 23:53
manoharbalu8-Apr-14 23:53 
AnswerRe: how to Convert MFC based Windows application to web application Pin
CPallini9-Apr-14 1:52
mveCPallini9-Apr-14 1:52 
AnswerRe: how to Convert MFC based Windows application to web application Pin
Munchies_Matt9-Apr-14 4:58
Munchies_Matt9-Apr-14 4:58 
AnswerRe: how to Convert MFC based Windows application to web application Pin
Richard MacCutchan9-Apr-14 6:24
mveRichard MacCutchan9-Apr-14 6:24 
GeneralRe: how to Convert MFC based Windows application to web application Pin
Munchies_Matt9-Apr-14 10:54
Munchies_Matt9-Apr-14 10:54 
Questionvisual c++ code to read number of characters in the string entered in a text box Pin
Member 107151068-Apr-14 16:14
Member 107151068-Apr-14 16:14 
AnswerRe: visual c++ code to read number of characters in the string entered in a text box Pin
David Crow8-Apr-14 16:48
David Crow8-Apr-14 16:48 
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 
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 

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.