|
-
April 8th, 2013, 06:15 AM
#6
Re: String passing between functions in VC++ SDI application
 Originally Posted by maxer
I am doing an project in SDI. I have two functions name sendtext(CString str) and displaytext(CString inr) both in different class. I have a pointer name pView to send the string str to function "displaytext". The problem is after some operations i get a text in str and i send that text to display text in the output screen i get the text and wen the second text comes to "displaytext" the former text disappears and the latest string only present. Pleae help me like how can i display both the text in the output window on ClistCtrl class.
 Originally Posted by maxer
Hi! this is the complete code which i hav done untill now
So where exactly do you have a situation "the second text comes to "displaytext" the former text disappears and the latest string only present"?
And what exactly "after some operations" mean?
Victor Nijegorodov
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|