On Tuesday 23 August 2011 23:47:33 Benoît Minisini wrote:
> > This code I got I think from the webview demo some time ago:
> >
> > If hTest.Selected Then
> > Clipboard.Copy(Webview1.SelectedText)
> > Print webview1.SelectedText
> >End If
> >
> > If the webview contains html, th
> This code I got I think from the webview demo some time ago:
>
> If hTest.Selected Then
> Clipboard.Copy(Webview1.SelectedText)
> Print webview1.SelectedText
>End If
>
> If the webview contains html, then the print webview1.selected text prints
> out plain text.
>
> Is the
This code I got I think from the webview demo some time ago:
If hTest.Selected Then
Clipboard.Copy(Webview1.SelectedText)
Print webview1.SelectedText
End If
If the webview contains html, then the print webview1.selected text prints out
plain text.
Is there anyway I can captu