I have a CString variable and it's value is the content of some files... How can i print this content... I thought of a way: to put the CString in a file and print the file with ShellExecute... but i don't want to create a new file. I make the programm in Visual C++ 6.0. Thank You!