Having a real problem here. I have an application (CorelDraw x4) that will not accept unicode text, system.text, or "Text" from the clipboard. But it will accept OEMText. I found this out by pasting the text into notepad and copying it again, it pastes into the textbox in CDX4 just fine.
I've tried all kind of clipboard.setData, DataFormats.OemText, but it never works. I'm now looking into making a virtual word document, pasting the data, and copying it back into the clipboard
anyone have any idea how to go about this? My research has turned up nothing useful. a DLL runtime import? ANYTHING?
I've tried all kind of clipboard.setData, DataFormats.OemText, but it never works. I'm now looking into making a virtual word document, pasting the data, and copying it back into the clipboard
anyone have any idea how to go about this? My research has turned up nothing useful. a DLL runtime import? ANYTHING?