PolarFreeze
Programmer
I am creating a Diary application and i need to get all the text including the rtf syntax text. I know i have to use the StreamOut function.
The problem is that when i have text over a certain length the callback function(which has to be static) only grabs portions each time it is called.
I need to get all the text into one CString Variable to use in another function that is non-static.
Anyone know how to do this or a work around the streamout function.
The problem is that when i have text over a certain length the callback function(which has to be static) only grabs portions each time it is called.
I need to get all the text into one CString Variable to use in another function that is non-static.
Anyone know how to do this or a work around the streamout function.