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

C / C++ / MFC

 
GeneralRe: open file dialog Pin
David Crow12-Jul-05 3:16
David Crow12-Jul-05 3:16 
QuestionHow to print to virtual printer from Window Service Pin
Kany Nguyen11-Jul-05 18:04
Kany Nguyen11-Jul-05 18:04 
Generalabout ie(on xp) and activex document Pin
William.Wang11-Jul-05 18:02
William.Wang11-Jul-05 18:02 
GeneralMS Flexi Grid Controls Pin
Nalima Banu11-Jul-05 17:46
Nalima Banu11-Jul-05 17:46 
GeneralMFC CString Question Pin
Stephen Doty11-Jul-05 17:32
Stephen Doty11-Jul-05 17:32 
GeneralRe: MFC CString Question Pin
Nish Nishant11-Jul-05 17:45
sitebuilderNish Nishant11-Jul-05 17:45 
GeneralRe: MFC CString Question Pin
Geert van Horrik11-Jul-05 23:52
Geert van Horrik11-Jul-05 23:52 
GeneralRe: MFC CString Question Pin
Stephen Doty12-Jul-05 6:50
Stephen Doty12-Jul-05 6:50 
When I used the MakeReverse I got an error saying that the = sign was invalid. If I typed m_String.MakeReverse, or m_String = m_String.MakeReverse, it just gave me back the input from the text box. I even tried making a separate CString, such as, CString String; String = m_String; String.MakeReverse; m_Answer = String; Please help. And thank you for the responses.
UpdateData(TRUE);
m_String.MakeReverse;
m_Answer += m_String;
UpdateData(FALSE);

Stephen Doty
GeneralRe: MFC CString Question Pin
Mister Transistor14-Jul-05 2:50
Mister Transistor14-Jul-05 2:50 
GeneralOptimizing Serial Read/Write Routines Pin
CNewbie11-Jul-05 16:33
CNewbie11-Jul-05 16:33 
GeneralRe: Optimizing Serial Read/Write Routines Pin
Bob Stanneveld11-Jul-05 20:36
Bob Stanneveld11-Jul-05 20:36 
GeneralWrite a program that simulates the rolling of two dice. Pin
bartman143711-Jul-05 16:10
bartman143711-Jul-05 16:10 
GeneralRe: Write a program that simulates the rolling of two dice. Pin
Jose Lamas Rios11-Jul-05 16:29
Jose Lamas Rios11-Jul-05 16:29 
GeneralRe: Write a program that simulates the rolling of two dice. Pin
bartman143714-Jul-05 13:10
bartman143714-Jul-05 13:10 
GeneralRe: Write a program that simulates the rolling of two dice. Pin
Jose Lamas Rios14-Jul-05 17:08
Jose Lamas Rios14-Jul-05 17:08 
Generalone inportant thing Pin
LeeeNN11-Jul-05 14:40
LeeeNN11-Jul-05 14:40 
GeneralRe: one inportant thing Pin
Christian Graus11-Jul-05 16:58
protectorChristian Graus11-Jul-05 16:58 
GeneralRe: one inportant thing Pin
Weiye Chen11-Jul-05 17:28
Weiye Chen11-Jul-05 17:28 
GeneralRe: one inportant thing Pin
Christian Graus11-Jul-05 17:32
protectorChristian Graus11-Jul-05 17:32 
GeneralRe: one inportant thing Pin
Neelesh K J Jain11-Jul-05 20:10
Neelesh K J Jain11-Jul-05 20:10 
GeneralRe: one inportant thing Pin
Christian Graus12-Jul-05 13:10
protectorChristian Graus12-Jul-05 13:10 
GeneralRe: one inportant thing Pin
Bob Stanneveld11-Jul-05 20:38
Bob Stanneveld11-Jul-05 20:38 
GeneralRe: one inportant thing Pin
LeeeNN12-Jul-05 6:57
LeeeNN12-Jul-05 6:57 
GeneralCXX0017: Error: symbol "buf_balance" not found Pin
LeeeNN11-Jul-05 14:09
LeeeNN11-Jul-05 14:09 
GeneralRe: CXX0017: Error: symbol "buf_balance" not found Pin
Indivara11-Jul-05 14:28
professionalIndivara11-Jul-05 14:28 

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.