RE: More Printing woes
Greg,
This fix was supplied a while back that might help:
In the routine getPrintChoice() comment out the line:
store( mem, PRINTDLG_nMinPage, 1 )
and then later in this routine, comment out:
store( mem, PRINTDLG_nMaxPage, pMaxPages )
and replace with
store(mem,PRINTDLG_nCopies,1)
I don't know if these changes are in the win32lib you downloaded.
HTH,
Jonas
Greg Haberek wrote:
> Ok... after determining HOW to print, WHERE to print, and WHAT to print,
> now I can't Print!
> grrr... woe is me. I downloaded the newest Win32Lib (0.58.03) per
> suggestion of Derek, since
> getPageSetup() crashed. but what's worse is now it does nothing! neither
> does getPrinter()! Why?
>
>
|
Not Categorized, Please Help
|
|