INeedSomeSeriousHelp
Programmer
Open ("JD.doc"
For Append As #1
Write #1, strJobDescription
txtJobDescription = strJobDescription
Close #1
The above is a document I use in my project..I know how to print a form in VB6 (PrintForm)...but I can't figure out how to simply print a document that I use in an application.
Do I have to use a CommonDialog box or is there a more simple way? If I have to use a CommonDialog box, what code do I have to write to make it print the above document.
Thank you so much.
Glenn
Write #1, strJobDescription
txtJobDescription = strJobDescription
Close #1
The above is a document I use in my project..I know how to print a form in VB6 (PrintForm)...but I can't figure out how to simply print a document that I use in an application.
Do I have to use a CommonDialog box or is there a more simple way? If I have to use a CommonDialog box, what code do I have to write to make it print the above document.
Thank you so much.
Glenn