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?
Lloyd Dupont - 03 Dec 2005 01:27 GMT
no worry, it works now, probably a bug in my code somewhere...
>I try to copy text from a home made TextView to Notepad.
>
[quoted text clipped - 11 lines]
> How do I put an international System.String in the pasteboard in such a
> way it willl be pick up by Notepad?