Hi Klaus
The clipboard activity needs to open on the destination, so the only thing that might work is sending Ctrl+C/Ctrl+V.
RFB.SendKeyEvent(VK_CONTROL, 0, true);
RFB.SendKeyEvent(VK_C, 0, true);
RFB.SendKeyEvent(VK_C, 0, false);
RFB.SendKeyEvent(VK_CONTROL, 0, false);
RFB.SendKeyEvent(VK_CONTROL, 0, true);
RFB.SendKeyEvent(VK_V, 0, true);
RFB.SendKeyEvent(VK_V, 0, false);
RFB.SendKeyEvent(VK_CONTROL, 0, false);
But I don't believe you can do this.
Nigel
Xequte Software
www.imageen.com