I am writting an application (app A) where the users can drag some text
within my application and drop it in another application (app B). When the
item is dropped, the app A must know that an it was successfully dropped in
app B and do further processing. How can this be done? Thanks.