Interactive printing works fine, but I have a few issues for automated printing

[*] there is an interactive printer selection/settings dialog
[*] the various OnPrint events do not seems to fire, and the code that calls these events does not seem to be called either
[*] therefore there is no feedback on the progress of printing
[*] when printing from a console browser (ConsoleBrowser2) there is only a gray bar on top getting printed
The print dialog should be solvable with a hack (sending windows messages directly to it to simulate user actions) in case there is no way to disable it, not ideal, but I could live with that.