Re: Drawing to a MetaFile
- From: Edward Clements <EdwardClements@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 07:10:04 -0700
Igor,
I've tried
lpViewObject->Draw(DVASPECT_DOCPRINT, -1, NULL, NULL, hDC, hDC, &m_Rect,
&m_Rect, NULL, 0);
and it still shows the (greyed out) vertical scroll bars!
Just out of interest, I also tried
lpViewObject->Draw(DVASPECT_CONTENT | DVASPECT_DOCPRINT, -1, NULL, NULL,
hDC, hDC, &m_Rect, &m_Rect, NULL, 0);
but that doesn't display anything at all...
I've also tried
m_WebBrowser.EnableScrollBarCtrl(SB_VERT, FALSE);
after the Navigate2() and the RunModalLoop(), but that also doesn't help!
Any more ideas?
Thanks,
Edward Clements
.
- Follow-Ups:
- Re: Drawing to a MetaFile
- From: Igor Tandetnik
- Re: Drawing to a MetaFile
- References:
- Drawing to a MetaFile
- From: Edward Clements
- RE: Drawing to a MetaFile
- From: Edward Clements
- Re: Drawing to a MetaFile
- From: Igor Tandetnik
- Drawing to a MetaFile
- Prev by Date: Re: Drawing to a MetaFile
- Next by Date: Re: How to enable visual styles in BHO
- Previous by thread: Re: Drawing to a MetaFile
- Next by thread: Re: Drawing to a MetaFile
- Index(es):
Relevant Pages
|
|