Re: Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem
From: Ari Berger (AriBerger_at_hotmail.com)
Date: 08/08/04
- Next message: david hurkle: "Re: ATL generates bad code for Firing events with [out] arguments"
- Previous message: DavidB: "Is it right to free stuff in a Variant passed with VT_BYREF?"
- In reply to: Sridhar Anupindi: "Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem"
- Next in thread: Henk Devos: "Re: Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Aug 2004 13:19:46 +0200
> which I am unable to process my custom data.(but I am receiving the
> following cfFormat values HDrop(15) and some large number(2011234319)
> which I unable to understand.) I would really appreciate your help in
> this regard.
>
I can't really follow the C# code, but I agree that the large number
(2011234319) is just too big...
FORMATETC.cfFormat is defined as a CLIPFORMAT, #defined as a WORD, not a
DWORD.
The lower word looks like it is also 0x000F, or HDrop.
Hope this helps,
Ari
- Next message: david hurkle: "Re: ATL generates bad code for Firing events with [out] arguments"
- Previous message: DavidB: "Is it right to free stuff in a Variant passed with VT_BYREF?"
- In reply to: Sridhar Anupindi: "Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem"
- Next in thread: Henk Devos: "Re: Question about SHCreateShellFolderView and Drag and Drop.. Drop on NSE is fine.. but Drag from NSE (DropSource), is problem"
- Messages sorted by: [ date ] [ thread ]