I need help, I’m writing an app that uses custom data and I want to be able to (copy this data to the clipboard/drag from the app) and then (paste/drop to file system). The files will be simple ASCII files so writing them is not a problem, but my custom data takes a while to construct. I'm guessing i will need some sort of OLE server, but don't know where to begin.