I am using a Clipboard object for playback with data copied to the clipboard. Suppose I have few applications from which I can copy data to the clipboard, for example, excel, notepad, etc.
I want to know if there is any function or is there any way to find out where the data was captured in the clipboard example from, it comes from excel or notepad or from some unknown solution.
I am using C # and .Net 2.0
source
share