Drag and drop from the shell?

BlitzPlus Forums/BlitzPlus Programming/Drag and drop from the shell?

ozak(Posted 2005) [#1]
Anyone implemented a user lib or otherwise to accept filenames drag and dropped from the shell?

And if not, do I get windows messages in the main BlitzPlus event loop or can I handle windows messages in a userlib somehow?

I found the bless lib, but implementing drag and drop in win32 is pretty simple so it should be easy enough to do real simple :)


Kev(Posted 2005) [#2]
ive some sourcecode that hooks blitzplus winproc, i will find it and email it to you. the code enables multi file drag&drop on any blitz plus window.

*EDIT done check your email.

kev


ozak(Posted 2005) [#3]
Sweet. Thanks :)