|
-
Aug 23rd, 2000, 12:42 PM
#1
Thread Starter
Hyperactive Member
I am looking to create a print driver that list as an available printer and when the user selects it, it will send the print file from any program to an FTP site. Does anyone have any guidance for me in this. Any sample code to create a print driver that would create the information in file format? I would really appreciate the help greatly.
Using VS 6 Enterprise w/ SP5 & Windows 2000 Professional
-
Aug 23rd, 2000, 01:01 PM
#2
Monday Morning Lunatic
MSDN has loads of information on creating drivers, unfortunately most of the time you need to be using C++ to get it to work.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 23rd, 2000, 01:06 PM
#3
Thread Starter
Hyperactive Member
So most functionality within a print driver comes from C++? What parts would not be attributed to C++ So that I know what parts to divide out as VB projects and which parts to know will be C++ projects.
The file that this particular driver would create I would want to send to any printer ultimately.
Thanks for the direction so far.
Using VS 6 Enterprise w/ SP5 & Windows 2000 Professional
-
Aug 23rd, 2000, 01:11 PM
#4
Monday Morning Lunatic
In that case, install a postscript printer driver, then in your VB program, set it to print to a file. Then send that .ps file to the FTP site. Then print the PS file once you've finished, using GhostView or equivalent.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|