Paste after Clipboard.SetFileDropList produces: Packager cannot package empty files, error

A

Academia

I ran

Dim Strs As String() = Nothing
....fill Strs with file paths
DataO.SetData(DataFormats.FileDrop, True, Strs)
Clipboard.SetDataObject(DataO)

When I tried to paste into Wordpad I got
Packager cannot package empty files, error

so I rewrote it using
Dim fileCol As New Specialized.StringCollection
....add file paths tofileCol
Clipboard.SetFileDropList(fileCol)

But I got the same error.


What is "Packager"?

Is Wordpad running it?

If you have any insight as to what is going on I'd appreciate learning it.




Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top