Hi all.
I'm implementing some IPC mechanisms in VB using the API functions.
I'm using SendMessage / PostMessage.
I've been able to perform a data post from my app using WM_COPYDATA (very useful to control Winamp playlist, for example).
Now, I'm trying to emulate a file drag&drop and I'll use WM_DROPFILES. I can't find information on how to create the struct needed to build the message in VB.
Any example available?
Thanks.
