I have a DHTMLEdit control on my form. When the user clicks a button, I need to print what is visible in the control to a specific printer without the user seeing a "Select Printer" dialog, and also without changing the system's Default printer.
I know how to get a handle to a specific printer using the EnumPrinters API..but after that I'm not sure how I would go about sending the visible contents (not HTML source) to that printer handle.
Can anyone help?


Reply With Quote