Search results for query: *

  • Users: Loki
  • Content: Threads
  • Order by date
  1. L

    Need help testing format of data in the clipboard.

    I'm trying to test the format of the data in the clip board using this code, the error message follows: If Clipboard.GetDataObject.GetData(DataFormats.Text) Then Me.Editor.Paste() Else MsgBox("no text to paste") End If An unhandled exception of type 'System.InvalidCastException' occurred in...
Back
Top