Hey I am using vb.net 2010 express edition and I am writing a program for personal use and I became stuck on something that seems simple but I can't find any help about it.

I have a webbrowser, a button, and a richtextbox.
The user selects (highlights) text in the webbrowser
they click the button
and the text they highlighted appears in the richtextbox

It seems that everything I try to attempt to get the text copied from the webbrowser into the box fails. I have used sendkeys and clipboard, but I do not know if I am using them correctly.

If anyone has any help or info for me I would greatly appreciate it.
Thanks in advance