CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    221

    Target name on drop

    Hi,

    I need to get the target name like full path of directory while dropping an item from my listview to the system drive or folder.
    Please tell me how can I do this.
    Thanks in Advance

  2. #2
    Join Date
    Jul 2001
    Location
    Netherlands
    Posts
    751

    Re: Target name on drop

    DragQueryPoint,WindowFromPoint and then you can query the window further.

  3. #3
    Join Date
    Nov 2006
    Posts
    221

    Re: Target name on drop

    Quote Originally Posted by fransn View Post
    DragQueryPoint,WindowFromPoint and then you can query the window further.
    well how could I get target path from DragQueryPoint,WindowFromPoint as there is no parameter related to path name.

    Please tell me if there is any example and link
    Last edited by sulabh120881; May 15th, 2009 at 12:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured