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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top