H
Hautzendorfer
Hello,
I'm currently working on some printing stuff:
I have to print out several .xml files using a stylesheet.
Therefor I choose the Internetexplorer PlugIn via SHDocVW.
My problem:
After sending the print command via ExecWB for the
first .xml document either
the preview or the printer selection window occurs
(depending on the passed parameter). This behaviour is ok.
But: If the user cancels I do not know how to get this
event, so that I will no continue with the other documents
to print.
Someone has an idea!?
My implementation is based on the article:
http://msdn.microsoft.com/library/default.asp?
URL=/library/en-us/dnie55/html/wb_print.asp
(Printing with the Internet Explorer WebBrowser Control)
I'm currently working on some printing stuff:
I have to print out several .xml files using a stylesheet.
Therefor I choose the Internetexplorer PlugIn via SHDocVW.
My problem:
After sending the print command via ExecWB for the
first .xml document either
the preview or the printer selection window occurs
(depending on the passed parameter). This behaviour is ok.
But: If the user cancels I do not know how to get this
event, so that I will no continue with the other documents
to print.
Someone has an idea!?
My implementation is based on the article:
http://msdn.microsoft.com/library/default.asp?
URL=/library/en-us/dnie55/html/wb_print.asp
(Printing with the Internet Explorer WebBrowser Control)