Using CHtmlView or the WebBrowser control directly should be the easiest
way to do the printing. However, it does have one issue: it either prints
to the default printer without user interaction; or it pops up a print
dialog to let user choose a printer; there's no way to choose the printer
in code. The only workaround is to change the default printer before
invoking the printing function. This is a known issue in the internal IE
interfaces' implementation.
You can find a C# example here, although it's not written in MFC, the
principal should be similar.
#Print HTML in C# with or without the web browser control and the print
dialog - The Code Project - C# Programming
http://web6.codeproject.com/csharp/printhml.asp?df=100
Hope this helps.
Sincerely,
Walter Wang (waw...@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
"Walter Wang [MSFT]" wrote:
> Hi Jon,
>
> Using CHtmlView or the WebBrowser control directly should be the easiest
> way to do the printing. However, it does have one issue: it either prints
> to the default printer without user interaction; or it pops up a print
> dialog to let user choose a printer; there's no way to choose the printer
> in code. The only workaround is to change the default printer before
> invoking the printing function. This is a known issue in the internal IE
> interfaces' implementation.
>
> You can find a C# example here, although it's not written in MFC, the
> principal should be similar.
>
> #Print HTML in C# with or without the web browser control and the print
> dialog - The Code Project - C# Programming
> http://web6.codeproject.com/csharp/printhml.asp?df=100
>
>
> Hope this helps.
>
>
> Sincerely,
> Walter Wang (waw...@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
Thanks Walter for the tips. This will get me started in the right direction.
-Jon
Thanks for the follow-up. Please feel free to reply here if there's
anything else I can help.
Regards,
Walter Wang (waw...@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.