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. C / C++ / MFC
  4. Adding own things to the explorer browser

Adding own things to the explorer browser

Scheduled Pinned Locked Moved C / C++ / MFC
3 Posts 2 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.
  • K Offline
    K Offline
    k Andreas Hoheisel
    wrote on last edited by
    #1

    I worte a litte command line programm where i can access ReiserFS Partitions. Now i want add this capability to the explorer. So anyone knows if its possible to add for eg. a new drive in the explorer window... Thanks

    M 1 Reply Last reply
    0
    • K k Andreas Hoheisel

      I worte a litte command line programm where i can access ReiserFS Partitions. Now i want add this capability to the explorer. So anyone knows if its possible to add for eg. a new drive in the explorer window... Thanks

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      There are two approaches you can take. One is to write a device driver, which can be assigned a drive letter. The other is to write a namespace extension which can add a folder under My Computer (along side Control Panel). I have a tutorial on namespace extensions in the Shell section. --Mike-- Buy me stuff! Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines! My really out-of-date homepage Big fan of Alyson Hannigan and Jamie Salé.

      K 1 Reply Last reply
      0
      • M Michael Dunn

        There are two approaches you can take. One is to write a device driver, which can be assigned a drive letter. The other is to write a namespace extension which can add a folder under My Computer (along side Control Panel). I have a tutorial on namespace extensions in the Shell section. --Mike-- Buy me stuff! Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines! My really out-of-date homepage Big fan of Alyson Hannigan and Jamie Salé.

        K Offline
        K Offline
        k Andreas Hoheisel
        wrote on last edited by
        #3

        Thanks Michael. I made it now with namespace extensions, well its a good sollution but cause i have some time atm. (student :) i want try it with a device driver. Anyone have some ideas or links about device driver?

        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