Closed IncubusRK closed 2 years ago
In addition, I note that after call Clipboard.SetText("some text") the insertion text from clipboard works fine through the hotkeys or the context menu. Some thing wrong in Clipboard.GetText()
Native test app that use SetClipboardData and GetClipboardData work correct
Confirmed.
OleGetClipboard trace claims it's returning an object, but Clipboard.GetDataObject is returning null. Seems like a marshaling issue.
WinForm application can't get text from clipboard
simple example:
r is empty string
sample app https://dropmefiles.com/7eX5q