L Leonardo Spina Jul 25, 2003 #1 Does it exist a class which allows to view downloaded html files, like the old WebBrowser control did? Thanx!
Does it exist a class which allows to view downloaded html files, like the old WebBrowser control did? Thanx!
B boxim Jul 25, 2003 #2 if you add the webbrowser control to you toolbox, then drag the COM component onto your form, the IDE will create the wrapper class for .NET. it's really easy. any old COM Component can be used in the same way. HTH
if you add the webbrowser control to you toolbox, then drag the COM component onto your form, the IDE will create the wrapper class for .NET. it's really easy. any old COM Component can be used in the same way. HTH
J Joerg Jooss Jul 26, 2003 #3 "Leonardo Spina" spoke: Does it exist a class which allows to view downloaded html files, like the old WebBrowser control did? Click to expand... System.Net.WebClient or System.Net.(Http)WebRequest will do the trick. Cheers,
"Leonardo Spina" spoke: Does it exist a class which allows to view downloaded html files, like the old WebBrowser control did? Click to expand... System.Net.WebClient or System.Net.(Http)WebRequest will do the trick. Cheers,