In my application, I'm trying to implement a manual drag & drop with
the Tlist control. the event oledragdrop start but this code the
variable files returns 0 file :
CTListDataObject data;
CTListDataObjectFiles files = data.GetFiles();
file.GetCount();
I think that my problem is in the olestartdrag but I don't know where.
Is someone have a sample or an idea ?
thanks