Originally posted by: Derrick
I want to print a page then exit the program. I have it printing, but if I try to exit right after I print, the page doesn't get printed.
Is there any way to determine if the page has been printed?
ReplyOriginally posted by: Oren Farber
Hi
I use a CHtmlView to view html pages
will I print those pages the control add sum things like
file name, title and page count
Is there any one know how to remove those things
thanks
Oren
Originally posted by: ash
pl. give me answer ASAP
Originally posted by: Lilly
Hai,
What are the dependence files are needed to compile this demo program?
I got the error like: error C2065: 'IMarkupServices' : undeclared identifier and also IMarkupContainer & IMarkupPointer Interfaces.
Can you give the solution for this?
Thanks,
A. Lilly Mary.
Originally posted by: Hung Ng
I want to know how to jump to an anchor within my HTML body text after having used PutBodyContent with several anchors <A id=... >my text </A>
I'd tried to get the IHtmlElementCollection pointer but the pointer always return NULL, the IHtmlDocument2 seemed to be in "loading" state, instead of "completed"
Do you jave any idea ?
ReplyOriginally posted by: Hush
Hello,
I want to know how(if i can) parse the html document before the users sees it.
I mean, let's say i'm surfing and then i navigate to a html page that has the word "hello", i want to take the hello and attach it the word world ("hello world") and then display it to the user, and when he is in the real site.
I have tried using IPersistStreamInit and the load a page the the html document but from some reason the page is displayed after the browser navigate his self into about:blank.
anybody knows how can i parse a html document and still be in the same site.
thanks,
Originally posted by: David Bates
With XML/XSL adding such great capabilities for formatting output I would like to be able to stream
XML data into the CMoreHtmlView. While the XSL sheet can reside in the program directory, the XML is produced
dynamically as output from various calculations with the view rendering it in the same way that it does
if you load an xml document from the local drive/internet. This would be a handy addition to this. Can anyone show me a way of going about this?
Originally posted by: Sergiy Martynenko
There is a small problem with CMoreHtmlView::NavigateMemory(), as following line can cause problems:
CString sAppName=AfxGetAppName();
Application name returned by AfxGetAppName() is not alwas the same as executable file name, so I suggest to replace this call with
CString sAppName=AfxGetApp()->m_pszExeName;
Originally posted by: Rodney Hickman
How would I format web content for a printer and calculate the number of pages. I would like to save the fromated pages to bitmap images. How would I proceed with this one?
Originally posted by: jason chen
the compiler say the IMarkupServices undifined.what should I do.
Reply