Windows Develop Bookmark and Share   
 index > Windows Forms Designer > WebBrowser Control
 

WebBrowser Control

Hi ,

I am using WebBrowser Control To Print some reports , I have some questions about this control

1- Does this control depend on Internet explorer or not?

2- There a method name "ShowPrintPreviewDialog" which is open the internet explorer print preview dialog box ,so what will happen if this method called in a computer doesn't have intrenet explorer?

Thanks

akhafaji  Tuesday, September 04, 2007 10:43 AM

Hi Akhafaji,

Yes, WebBrowser Control depends on Internet Explorer.

http://www.developerfusion.co.uk/show/18/

And will not work if User don't have Internet Explorer Installed. Unless you distribute the necessary Dlls with your application.

http://msdn2.microsoft.com/en-us/library/aa770040.aspx

http://msdn2.microsoft.com/en-us/library/bb250464.aspx#reusebovw_topic4

ShiningTears  Wednesday, September 05, 2007 4:08 PM

Hi Akhafaji,

Yes, WebBrowser Control depends on Internet Explorer.

http://www.developerfusion.co.uk/show/18/

And will not work if User don't have Internet Explorer Installed. Unless you distribute the necessary Dlls with your application.

http://msdn2.microsoft.com/en-us/library/aa770040.aspx

http://msdn2.microsoft.com/en-us/library/bb250464.aspx#reusebovw_topic4

ShiningTears  Wednesday, September 05, 2007 4:08 PM

Hi ShiningTears,

Thank you very much for this valuable information.

akhafaji  Thursday, September 06, 2007 12:07 AM

You can use google to search for other answers

Custom Search

More Threads

• How to call the Form Load from within the form
• PropertyGrid - Image - NullReferenceException [.NET Framework 2.0]
• Why is my StatusStrip converse?
• Retrieving a combobox entry from a supplied index
• the sizegrip isnt shown though it set to show
• RDLC report data source using services
• Who instantiated this class?
• Design Time events with custom controls
• or how to create a transparent listBox?
• Using IMenuCommandService