Determine which process is locking the clipboard

Viewed 9375

I have a peculiar error where some process occasionally appears to be using the clipboard when my application goes to handle copy & paste operations. There are some retry work arounds, and I have an acceptable solution in place, but I would like to locate which process it is if the error occurs again.

4 Answers
Related