Hiya folks,

My program has a main form that is a picture box that I capture an image from and print through the print menu. In the dialog where I list available printers is a .pdf option. Once this option has been chosen, the document is printed with the command: Printer.print.

This brings up a save dialog box, of course, in which you get to choose the .pdf file name. And therein lies the rub. The save dialog box has an automatic file title which is "Microsoft Visual Basic". This seems pretty unprofessional for my tastes and I want to change it. But I'm not sure where this magical dialog is.

My fear is that this means I have to rewrite this whole .pdf interface. Please tell me, no don't worry about that, all you have to do is add one line of code - there, there.

Thanks.