hi,
using Win32 API's you can easily achieve this i think... you can send the data to the printer using WritePrinter()... and pass it the character array wich can be obtained from CString...
check out the sequence of calls needed before actually calling WritePrinter... like GetPrinterDC,StartDoc, StartPage, etc...
if this was not what you wanted, i am sorry, and also may be you could be a bit more descriptive in your query...
thanks,
sgopinath