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

    Question Drag & drop in web based vb application

    Hi,

    I am developing this content management system which display content/files in a hierarchical order.

    I would like to implement download from the webpage and upload to the webpage using drag and drop functionality (i.e. like when we move a file from one folder to another in a windows enviornment, we just click on it drag it to the destination and release the mice button.

    It is implementable in a windows based application but I would like to know if the similar functionality can be implemented in web based application using VB as core language.

    PLEASE HELP...

    Regards,

    Billy

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Drag & drop in web based vb application

    Not allowed, in most cases. Use Silverlight, and VB.Net, maybe...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Drag & drop in web based vb application

    Yes, this could be done. But you would have to mix some major JavaScripting in on the client side browser for the actual mouse interactions. Unless you are very good with ASP.NET and JavaScript, this isn't going to be easy.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Tags for this Thread

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