Hey all. My first post, so thanks for having me here.
Here's my problem though:
I'm a
VB.NET guy and I got handed some old
VB 6.0 code to fix up.
The old project was able to print to file, but the form where you specified to file name to save as was something generated by windows, not
VB.
So I made a form that creates a file with the appropriate default names, etc. Then I was able to change the printer's port to "FILE:", but I'm not sure how to tell it which file to print to. Can anyone help me out?