C#/CLI Clipboard Examples? (no dispatcher)

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
paulr00001
Posts: 2
Joined: Tue Jan 24, 2012 2:01 am

C#/CLI Clipboard Examples? (no dispatcher)

Post by paulr00001 »

I've been having trouble using the dispatcher for interacting with Clipboard contents in C# Visual Studio application. It seems that occasionally the dispatcher "forgets" to behave properly (maybe some sort of timing issue?), so I'd like to explore the C#/CLI (Proper?) way of doing this...
https://www.openoffice.org/api/docs/com ... le-ix.html

I've seen only Java examples so far, and I'm not very good at translating Java into C# yet, so I'd love to find some C# examples or someone who could possibly help make sense of this here:
http://api.libreoffice.org/examples/Dev ... board.java

Many thanks in advance!
Paul.
Post Reply