TreeView Drag Image VB 2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VXdl?=

    TreeView Drag Image VB 2005

    Hi,

    I'm using VB 2005. The TreeView's standard Drag and Drop functionality works
    fine in my app. Unfortunately I have no clue how to show a proper
    (Win-Explorer like) drag image.

    Can someone point me in the right direction?

    Projects I found on "codezone.c om" or "codeproject.co m" are all in C and I
    can't get them to work.

    Thanks for your help.

    --
    Uwe
  • Inictus

    #2
    Re: TreeView Drag Image VB 2005

    On Mar 26, 7:52 am, Uwe <U...@discussio ns.microsoft.co mwrote:
    Hi,
    >
    I'm using VB 2005. The TreeView's standard Drag and Drop functionality works
    fine in my app. Unfortunately I have no clue how to show a proper
    (Win-Explorer like) drag image.
    >
    Can someone point me in the right direction?
    >
    Projects I found on "codezone.c om" or "codeproject.co m" are all in C and I
    can't get them to work.
    >
    Thanks for your help.
    >
    --
    Uwe
    Here's one article on the subject:






    Comment

    • =?Utf-8?B?VXdl?=

      #3
      Re: TreeView Drag Image VB 2005

      Thank you for your response.

      I have looked into this article, but unfortunaltey it is for VB6 app.

      I'm not quite sure whether or not we can simply (try to) convert that
      VB6-code into VB2005 code and we're done. The reason why I'm writing this
      is, I already found some C/C#.NET-code dealing with that problem but I could
      not get it to work, although -at least to my perception- C/C#.NET code should
      also work with VB 2005 code, shouldn't it? Hence converting VB6 code in VB
      2005 code is probably much more complicated??? !!!

      Any further help/hint is greatly appreciated.

      --
      Uwe


      "Inictus" wrote:
      On Mar 26, 7:52 am, Uwe <U...@discussio ns.microsoft.co mwrote:
      Hi,

      I'm using VB 2005. The TreeView's standard Drag and Drop functionality works
      fine in my app. Unfortunately I have no clue how to show a proper
      (Win-Explorer like) drag image.

      Can someone point me in the right direction?

      Projects I found on "codezone.c om" or "codeproject.co m" are all in C and I
      can't get them to work.

      Thanks for your help.

      --
      Uwe
      >
      Here's one article on the subject:
      >

      >
      >
      >
      >
      >

      Comment

      Working...