G
graphicsxp
Hi,
I have a winform application with a webbrowser control. I can print
the content by doing myWebBrowserControl.Print().
But I'd like to use a PrintDialog control, which I need to pass a
PrintDocument. That's where I get confused. How can I 'convert' the
content of my WebBrowser control to a PrintDocument ?
Thanks
I have a winform application with a webbrowser control. I can print
the content by doing myWebBrowserControl.Print().
But I'd like to use a PrintDialog control, which I need to pass a
PrintDocument. That's where I get confused. How can I 'convert' the
content of my WebBrowser control to a PrintDocument ?
Thanks