Are there any shortcut modules that support drag and drop.. as in, I want this file to open in Photoshop.. I want to drag it over the Photoshop shortcut and have it open with it. Are there any modules that do that?
not as far as I know though label.dll will do something similar
Label allow drag'n'drop, but it's transparency support can hurt your photoshop'user's sensibility...
Layercut has full true transparency support (alpha-layered image) and can deal with drag'n'drop. But you should be on 2000/XP for this to work
lsdesk I think did it...but that module was pretty unstable...
Earlier versions of shortcut2 support it. I broke it when adding rightclick support iirc. :(
Yes, Shortcut3
*shortcutEx "group" "10"
;*ShortcutEx addToGroup t10
;*ShortcutEx addToGroup t11
;*ShortcutEx addToGroup t12
;*ShortcutEx addToGroup t13
*ShortcutEx addToGroup t14
*shortcutEx flags opaque hide
*shortcutEx right command !popup
*shortcutEx ~group
*shortcutEx "normal" "t14" 128 64
*shortcutEx z-order top
*shortcutEx normal image BRUSH.png|$lookimage$tile.png
*shortcutEx left image BRUSH.png|os4blanc.png
*shortcutEx left command $LinkLib$psp.lnk
*shortcutEx drag command $LinkLib$psp.lnk %1
*shortcutEx flags opaque hide
*shortcutEx ToolTip Paint Shop Pro Version 4
*shortcutEx ~normal
Thanks! I'll try a few different things and see what works best.. Post results here. I appreciate all the input!