I'm currently using SetClipboardViewer to have my program respond to when the clipboard is updated. It's working fine.

However, i intend to use this in conjunction with another program (that i didn't code). I believe it too uses SetClipboardViewer. Is it possible to put my program the first in the chain, or to somehow remove the other program from the chain (and perhaps later re-add them)?

Any help would be appreciated.