Click here to Skip to main content
15,891,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Compare two Dates(SF) Pin
kiran janaswamy1-May-06 20:37
kiran janaswamy1-May-06 20:37 
QuestionWho can tell me the meaning of "reamining area" and "cal" ? Pin
FlyWithYou1-May-06 19:43
FlyWithYou1-May-06 19:43 
AnswerRe: Who can tell me the meaning of "reamining area"? Pin
Nibu babu thomas1-May-06 20:00
Nibu babu thomas1-May-06 20:00 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
FlyWithYou1-May-06 20:10
FlyWithYou1-May-06 20:10 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
Rick York1-May-06 20:13
mveRick York1-May-06 20:13 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
FlyWithYou1-May-06 20:18
FlyWithYou1-May-06 20:18 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
Monty21-May-06 20:16
Monty21-May-06 20:16 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
Maxwell Chen1-May-06 20:19
Maxwell Chen1-May-06 20:19 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
Nibu babu thomas1-May-06 20:34
Nibu babu thomas1-May-06 20:34 
GeneralRe: Who can tell me the meaning of "reamining area"? Pin
Maxwell Chen1-May-06 20:41
Maxwell Chen1-May-06 20:41 
QuestionMFC tree control list generation Pin
lastgen1-May-06 19:32
lastgen1-May-06 19:32 
AnswerRe: MFC tree control list generation Pin
Nibu babu thomas1-May-06 19:50
Nibu babu thomas1-May-06 19:50 
GeneralRe: MFC tree control list generation Pin
lastgen1-May-06 20:20
lastgen1-May-06 20:20 
QuestionAbstraction and Encapsulation Pin
Krishnatv1-May-06 19:31
Krishnatv1-May-06 19:31 
AnswerRe: Abstraction and Encapsulation Pin
_AnsHUMAN_ 1-May-06 20:02
_AnsHUMAN_ 1-May-06 20:02 
GeneralRe: Abstraction and Encapsulation Pin
Krishnatv1-May-06 20:18
Krishnatv1-May-06 20:18 
AnswerRe: Abstraction and Encapsulation Pin
David Crow2-May-06 3:08
David Crow2-May-06 3:08 
QuestionIE Programming Pin
dipali_be20031-May-06 19:12
dipali_be20031-May-06 19:12 
AnswerRe: IE Programming Pin
voorugonda prashanth1-May-06 20:36
voorugonda prashanth1-May-06 20:36 
Questionsending message Ctrl + C Pin
vtalau1-May-06 18:50
vtalau1-May-06 18:50 
AnswerRe: sending message Ctrl + C Pin
Nibu babu thomas1-May-06 19:09
Nibu babu thomas1-May-06 19:09 
QuestionwParam referring to A STRING... Pin
vtalau1-May-06 18:49
vtalau1-May-06 18:49 
AnswerRe: wParam referring to A STRING... Pin
Nibu babu thomas1-May-06 19:12
Nibu babu thomas1-May-06 19:12 
AnswerRe: wParam referring to A STRING... Pin
David Crow2-May-06 3:13
David Crow2-May-06 3:13 
You need to be using new and delete instead of malloc() and free(). Otherwise, the CString object's constructor and destructor do not get called.

In addition, if you are going to use PostMessage(), you'll need to move delete to the server so that it can free the memory after it is done with it.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"We will be known forever by the tracks we leave." - Native American Proverb


QuestionChild Dialog scrollbars Pin
Tarek Jabri1-May-06 18:12
Tarek Jabri1-May-06 18:12 

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.