Repair Clipboard Chain 2.0.1
The new version has been published and available for download from Citrix support:
http://support.citrix.com/article/CTX106226
It allows to repair clipboard chain for individual ICA sessions:
C:\>RepairCBDChain.exe "Sent Items - Microsoft Outlook - \\Remote"
C:\>RepairCBDChain.exe "Weekly report - Message - \\Remote"
You might also repair individual RDP sessions if you specify the window class as the second parameter although I didn’t test this.
MessageHistory tool shows the following RDP client window on my x64 Windows 2003 Server responsible for receiving clipboard change notifications:
HWND: 0x00000000000318A8
Class: "RdpClipRdrWindowClass"
Title: ""
20:31:59:562 S WM_DRAWCLIPBOARD (0x308) wParam: 0x31986 lParam: 0x0
The command line should be:
C:\>RepairCBDChain.exe "" "RdpClipRdrWindowClass"
Inside RDP session on Windows XP the following rdpclip.exe window receives clipboard change notifications:
HWND: 0x0004003A
Class: "CBMonitorClass"
Title: "CB Monitor Window"
19:36:57:484 S WM_DRAWCLIPBOARD (0x308) wParam: 0x50142 lParam: 0x0
and the command line should be:
C:\>RepairCBDChain.exe "CB Monitor Window" "CBMonitorClass"
Please see Clipboard Issues Explained for a background explanation.
- Dmitry Vostokov @ DumpAnalysis.org -
July 4th, 2007 at 12:49 am
This is interesting that in Vista we have the new clipboard chain API:
AddClipboardFormatListener
RemoveClipboardFormatListener
GetUpdatedClipboardFormats
and a new message:
WM_CLIPBOARDUPDATE
December 8th, 2008 at 6:50 am
does it work in Vista ?
one of our user suffer the problem , but after she ran the RepairCBDChain.exe , it works only once , the second time she tried to copy and paste it doesn’t work any more , her operation system is Vista
February 23rd, 2009 at 8:02 pm
Repair Clipboard Chain 2.0.1:
Is it possible to get the source code for this program? I would like to learn how it works…
June 21st, 2010 at 11:07 am
[…] • Repair Clipboard Chain 2.0.1 - One of the most popular Citrix tool in the past […]