to download files using the webbrowser control, why dont you use the ShowSaveAsDialog() method you could also use say the HttpWebRequest/WebResponse classes to get a the data and save it locally
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=933461&SiteID=1
to print, why dont you use the ShowPrintDialog() method to show the print dialog and print
|