Subj : Printing a file To : borland.public.cpp.borlandcpp From : mike Date : Tue Jul 20 2004 07:59 pm I writing a GUI application and have most of it done. i just need to integrate the print functionality. i was looking at the help for the win32 api and it says to use PageSetupDlg () and not PrintDlg (). i can get the information, but how do i actually print the data? does anyone have an example of printing with pure win32 api? aloha, mike .