SetText and TextDataFormat.Html copy nothing on the clipboard?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Any idea what's wrong with these two lines? I get nothing on the clipboard

Dim sHTML As String = "<p>...</p>"
Clipboard.SetText(sHTML, TextDataFormat.Html)

TextDataFormat.Text works fine.

I must be missing something.

Thanks,
Raymond
 
Back
Top