CompuServe Messages

Printing to HPLJ

    10-Oct-91 12:58:37
Fm: Dennis L. Harrington 76216,3472
To: Don Funk 76701,155
Don, re: ExtDeviceMode The problem isn't the paramaters but the procedure itself. Take a look at the comments section for this call in the Programmer's Reference. This is not a GDI function, but a function exported from the driver itself. Thus, you need to do a GetProcAddress to get the entry point for the proc., and use that address to call the proc. I don't think you can do this from VB. Maybe I should just give it a try and see what happens. –dennis