CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    Join Date
    Oct 2000
    Location
    AndhraPredesh, India
    Posts
    6

    Implementing Drag and Drop in TreeView

    Hi

    I'm a developer working on ASP v 3.0 on an intranet project. I have encountered a situation wherein I wanted to implement drag and drop feature to Treeview control on an asp page. Though I tried initially using native methods I could not achieve the same.
    I have implemented the same using VB it is working fine.
    And also I need to drag some text from a grid and drop it on to Treeview.

    I here by request one and all to help me out in this regard.

    Thanks
    KSC


  2. #2
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    Re: Implementing Drag and Drop in TreeView

    I have some source code I can give for that, but it's too large to post here, about 22kb total file size. But it has all the functions you need for grabbing, dragging, dropping a node in the tree view. Check your personal messages, I have sent you my email. respond to it, and I'll send you the zipped file.

    David

    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  3. #3
    Join Date
    Feb 2000
    Posts
    14

    Re: Implementing Drag and Drop in TreeView

    Hai Can you send me the code please..... My mail id is [email protected]


  4. #4
    Join Date
    Nov 2000
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    Hi David,

    I am currently trying to develop an ASP page to contain a TreeView by using the Visual InterDev 6 ActiveX TreeView Control. I have been searching the Internet for days and have yet to come across any sites (not even the Microsoft MSDN) that has any useful information on this topic. I am really impress that you had actually done it. Since you have been so kind to send your sample codes to CharanKS before, I am wondering whether you'll be able to send me a copy too. Please.................... My email is [email protected] Many thanks in advance.

    Regards,

    Eddie Lim


  5. #5
    Join Date
    Aug 1999
    Posts
    13

    Re: Implementing Drag and Drop in TreeView

    Hi, David,

    Would you please send a copy of your code to me?
    My email is [email protected]. Thank you very much.




  6. #6
    Join Date
    Mar 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    Hi, David,

    Would you please send a copy of your code to me?
    My email is "[email protected]".
    Thank you very much.


  7. #7
    Join Date
    Apr 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    hi david,

    could you please send me a copy of the treeview control source code too? I am actually looking for building the treeveiw in my ASP pages which is using treeview active-x control. I guess this can help me a lot.... thanks in advance.

    here is my e-mail address: [email protected]


    regs,



  8. #8
    Join Date
    May 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    I know that you're probably sick of hearing this, but can I get a copy of this code as well? Thanks,

    Ericka Haas
    [email protected]


  9. #9
    Join Date
    May 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    Hi, David,

    Could you please send a copy of your code to me?
    My email is "[email protected]".
    Thank you very much.



  10. #10
    Join Date
    Jan 2001
    Posts
    365

    Re: Implementing Drag and Drop in TreeView

    Hi,

    Can u send the code Pls..

    my mailid: [email protected]

    Thanks


  11. #11
    Join Date
    Aug 2001
    Posts
    45

    Using the tree view.

    I want to implement this tree view to list files and subfolder and doing the copy paste etc of files on it.. please help me with your code
    mail me at
    [email protected]

    thanx in advance
    Aindril De

    Aindril De

  12. #12
    Join Date
    Apr 2000
    Posts
    204

    Re: Implementing Drag and Drop in TreeView

    Can you send me the code please.....

    My mail id is [email protected]


    Thanks you in advance!

    liuty

    2001.8.23

    First know what you don't know, then you will know what you will know

  13. #13
    Join Date
    Aug 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    I am also during an intranet project on this. Can you send me a copy too.
    My e-mail is [email protected]. Thanks a lot

    Alvin


  14. #14
    Join Date
    Aug 2001
    Posts
    2

    Re: Implementing Drag and Drop in TreeView

    Can you send me the code please.....

    My mail id is [email protected]


    Thank you in advance!

    Cemil

    2001.8.28



  15. #15
    Join Date
    Sep 2001
    Posts
    1

    Re: Implementing Drag and Drop in TreeView

    I'm programming in Visual C++, the drag & drop in a treeView and between a treeview and a listView...
    Can you send me your code if it's possible ...
    Thanks so much..

    My email is [email protected]
    Alexandre


Page 1 of 3 123 LastLast

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