L
Lloyd Dupont
I try to copy text from a home made TextView to Notepad.
If I paste international text FROM notepad I get 3 pasteboard type:
-System.String
-Text
-UnicodeText
when I copy from my text view TO Notepad I put it UnicodeText &
System.String
but that copies nothing.
I try to set Text with my Unicode string but that didn't work either....
(although RTF to word did work).
How do I put an international System.String in the pasteboard in such a way
it willl be pick up by Notepad?
If I paste international text FROM notepad I get 3 pasteboard type:
-System.String
-Text
-UnicodeText
when I copy from my text view TO Notepad I put it UnicodeText &
System.String
but that copies nothing.
I try to set Text with my Unicode string but that didn't work either....
(although RTF to word did work).
How do I put an international System.String in the pasteboard in such a way
it willl be pick up by Notepad?