Hi, I'm in doubt of how this can be implemented:
I need to put a webbrowser in a form and with one button copy the selected HTML code to a variable.
I really have no idea of how to do it, so any help is wellcome :D
Thanks,
Angel
Printable View
Hi, I'm in doubt of how this can be implemented:
I need to put a webbrowser in a form and with one button copy the selected HTML code to a variable.
I really have no idea of how to do it, so any help is wellcome :D
Thanks,
Angel
Just like your other post, i do not think webbrowser will give you the html code.Quote:
Originally Posted by Angel@dot-q
However (again) you could use webclient to do it.
just use webclient on the webbrowser.locationURL variable and then that'll be your HTML data, it means the page is sent over the internet twice, but unfortunetly "i think" it's the only way to do it.