Hi all.
I'm currently trying to add Drag&Drop features to my proggy using "random" OLE Drag&Drop source code (http://www.asmcommunity.net/board/index.php?topic=2117&perpage=15&highlight=drag and drop&pagenumber=1) and it works perfectly for shell objects !
But why can't I drag FROM IExplore TO my listview ?
Do I need to make some changes in IDropTarget@DragEnter proc ??
Please help !! :(
regards,
I'm currently trying to add Drag&Drop features to my proggy using "random" OLE Drag&Drop source code (http://www.asmcommunity.net/board/index.php?topic=2117&perpage=15&highlight=drag and drop&pagenumber=1) and it works perfectly for shell objects !
But why can't I drag FROM IExplore TO my listview ?
Do I need to make some changes in IDropTarget@DragEnter proc ??
Please help !! :(
regards,
What do you want to drag from IE? If I let IE display local files, there is no problem with dragdrop.
I want to drag links (url). I want to be able to drag this to a listview...
Any sugestion ?? :confused:
Any sugestion ?? :confused:
randoms example works with clipboard format CF_HDROP only. IE won't be able to use this format for links. So first you will have to find out the format IE uses for links.
Let us know your (successful) results
Let us know your (successful) results
Tx for your reply, I WILL let you know the progress... But i'm at work and my boss is flying around... :grin: ( and my job is not exactly "asm coder" :cool: )
:grin: :grin: :grin:
:grin: :grin: :grin: