Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Exntending windows explorer

Exntending windows explorer

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpsysadminquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seanwright
    wrote on last edited by
    #1

    Hello Everyone, I am looking into developing an extension for windows explorer that will add a kind of a virtual folder (which access files and directories through a web service) so that I can drag files from my desktop and deposit them on a server via a web service. Any ideas on how I should proceed? I'd like to write this in either c# or vb.net. Thanks!

    A D 2 Replies Last reply
    0
    • S seanwright

      Hello Everyone, I am looking into developing an extension for windows explorer that will add a kind of a virtual folder (which access files and directories through a web service) so that I can drag files from my desktop and deposit them on a server via a web service. Any ideas on how I should proceed? I'd like to write this in either c# or vb.net. Thanks!

      A Offline
      A Offline
      Ashfield
      wrote on last edited by
      #2

      seanwright wrote:

      I'd like to write this in either c# or vb.net.

      Either will do

      seanwright wrote:

      Any ideas on how I should proceed?

      Buy a book for the language you have decided on, start with the easy examples and work up from there.

      Bob Ashfield Consultants Ltd

      S 1 Reply Last reply
      0
      • A Ashfield

        seanwright wrote:

        I'd like to write this in either c# or vb.net.

        Either will do

        seanwright wrote:

        Any ideas on how I should proceed?

        Buy a book for the language you have decided on, start with the easy examples and work up from there.

        Bob Ashfield Consultants Ltd

        S Offline
        S Offline
        seanwright
        wrote on last edited by
        #3

        Thanks for the tip. However, I have been writing programs for several years, albeit rather simple ones. I am familiar with both languages. I guess I should be more precise: what I really want to know is: what are the mechanisms involved with creating this type of application? How do I interface with windows explorer through .net? Can anyone direct me to some sample applications? Thanks

        1 Reply Last reply
        0
        • S seanwright

          Hello Everyone, I am looking into developing an extension for windows explorer that will add a kind of a virtual folder (which access files and directories through a web service) so that I can drag files from my desktop and deposit them on a server via a web service. Any ideas on how I should proceed? I'd like to write this in either c# or vb.net. Thanks!

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Writing shell extensions in anything other than .NET 4.0 is highly recommended AGAINST. If your entire experience is writing simple applications, a shell extension is going to be a major shock to you. Unless you have a very good working knowledge of COM and how to interop, you'll find this task very tough. For a sample of what you'd be getting into, read this[^].

          seanwright wrote:

          so that I can drag files from my desktop and deposit them on a server via a web service.

          A stand-alone application would allow you do this much easier than writing a shell extension, and you can write this in any lanugage you want.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008
          But no longer in 2009...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups