Clipboard.SetDataObject - data doesn't show up...
-
I want to paste from my app into Notepad. I am doing a straightforward
Clipboard.SetDataObject(stringValue, true)
and then when I look into Notepad, paste is disabled (as is copy/cut). I can cut and paste to and from other apps with notepad, no problem. What am I missing?:confused: Sincerely, Lindsay -
I want to paste from my app into Notepad. I am doing a straightforward
Clipboard.SetDataObject(stringValue, true)
and then when I look into Notepad, paste is disabled (as is copy/cut). I can cut and paste to and from other apps with notepad, no problem. What am I missing?:confused: Sincerely, Lindsay:-O The stringValue wasn't. So, since I'd not done anything with setting a DataProvider, I'm assuming that if the object type is not "well known", then you get nothing. Sincerely, Lindsay