My goal is to load up a file (htm file) in a WebBrowser control on my form. Once I have the htm file loaded I want to print it with the default printer settings.
Currently I can do everything above. The one thing that I can NOT do is give the print job a name. It just uses the default "file:///C:/Users/blah/blah/myfilename.htm" for the title of the print job. This is what I want to change.
Is this possible via the WebBrowser control or via the print spooler (changing the job title after the fact)?