The solution that lolland presented will only get the source of the single frame of the web-browser. And it will not even include anything before <body> tags. A good approach will be to use:
Code:
Richtextbox1.text = WebBrowser1.DocumentText
Because in-case if you need to parse the complete page, this line would be better. Anyways, depends upon your usage