i'm using the 'webbrowser' control in my application.

i use 'wb.navigate ("www.website.com")' which correctly opens the wanted website.

now i want to display the 'html-source' of this webpage (normally in your browser you can rightclick and select 'view source'). this opens a notepad with plain 'html-text'. how can i retrieve this text?????

thanks for any help.