02-16-2010 09:46 AM
02-17-2010 01:56 AM
07-10-2012 10:53 AM
The library call to PrintCtrl (print out a control on a panel) calls the Windows printer dialog; the call to PrintTextBuffer does not. How can I call up the printer dialog if printing a text buffer?
07-10-2012 11:07 AM
I didn't try it, but couldn't you display your text on a hidden or transparent control and then use PrintCtrl?
07-10-2012 11:58 AM
This is an old post so I don't remember the history of it. I probably found the solution a while ago.
07-10-2012 04:47 PM
I haven't found it anywhere yet.
07-11-2012 07:23 AM
You can probably create a hidden control with the text buffer pasted to it and print that out.
07-11-2012 09:05 AM
see three posts earlier 😉