-----------------------------------------------------------
New Message on MumbaiUserGroup
-----------------------------------------------------------
From: maniPune
Message 3 in Discussion
New Message on MumbaiUserGroup
SHDocVw.InternetExplorerClass()
Reply
Reply to Sender
Recommend
Message 2 in Discussion
From:
maniPune
New Message on MumbaiUserGroup
SHDocVw.InternetExplorerClass()
Reply
Reply to Sender
Recommend
Message 1 in Discussion
From:
maniPune
SHDocVw.InternetExplorer internetExplorer = new
SHDocVw.InternetExplorerClass();
SHDocVw.IWebBrowser2 webBrowser = (SHDocVw.IWebBrowser2)internetExplorer;
webBrowser.Visible = true;
webBrowser.Width= 768;
webBrowser.MenuBar = false;
webBrowser.AddressBar = false;
webBrowser.StatusBar = false;
webBrowser.ToolBar = 0;
// Display empty page so we have something to manipulate.
object noValue = System.Reflection.Missing.Value;
webBrowser.Navigate("XXXXX :: Report", ref noValue, ref noValue, ref
noValue, ref noValue);
mshtml.IHTMLDocument2 htmlDoc = internetExplorer.Document as
mshtml.IHTMLDocument2;
htmlDoc.writeln(html);
htmlDoc.close();
Hi,
Iam using the above code to print the Reports in Internet Explorer for
Windows form apps in c#.
My Problem is that, when the report is generated and displayed and I do
refresh, Everything is lost.
Please Help me.
Any Useful links and code will be appreciated....
Thanks And Regards
Ratul Saikia.....
View other groups in this category.
View other groups in this category.
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]