Furtano 11 Newbie Poster

hello,
i defined t_wbrowser with the Webrowser Class.
After i navigated to the Website i want to Copy the text the user selected on the Page.
I have no idea how to do this,
i googled and there was something with ActiveX but is there an easy way?

String^ selected;
 t_wbrowser->Navigate(url);	
// now copy the selected thext into the string 
selected = ???