This is great: TabbedTextOut() fixes the tabs and DrawText() fixes the line breaks... but it's still not working... Well, but with the DrawText function, I can do some good stuff...

However, I still can't believe Visual C++ has no single simple text printing routines!!! Every language does!!

Well, thank God Windows XP still supports

Code:
FILE* printer=fopen("LPT1","wt");
fprintf(printer,"Hello, world");
fclose(printer);
doesn't work with networked printers.. I wonder why

Well, I'll get to wrok on it tonight! how fun!!!

If you guys have any other ideas, lemme know, preferably by PM@FD

Osk