How to store rich edit box contents to a text file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I have a rich edit control in my application(VC6.0)which display some log messages. How can I store the content of it to a text file. Is there any direct method to do it?
Regards, Sunil Kumar
If you are using MFC, call the
StreamOut()
method. Otherwise, send the control aWM_STREAMOUT
message."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons