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. How to register shell extension DLL?

How to register shell extension DLL?

Scheduled Pinned Locked Moved C / C++ / MFC
comlinuxtoolstutorialquestion
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.
  • R Offline
    R Offline
    Rostfrei
    wrote on last edited by
    #1

    Hello! I came accross the article http://www.codeproject.com/tips/dirclean.asp[^] which is about some handy utility. Shell extension DLL is provided. Can somebody please tell me how to register this shell extension trough console maybe? I really don't want to learn about shell extensions right now. All I want, is to use this utility. Best regards, Rostfrei

    C 1 Reply Last reply
    0
    • R Rostfrei

      Hello! I came accross the article http://www.codeproject.com/tips/dirclean.asp[^] which is about some handy utility. Shell extension DLL is provided. Can somebody please tell me how to register this shell extension trough console maybe? I really don't want to learn about shell extensions right now. All I want, is to use this utility. Best regards, Rostfrei

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Rostfrei wrote:

      Can somebody please tell me how to register this shell extension

      Is it working with regsvr32 ? Start Menu -> Run and type regsvr32 YourDll.dll (where YourDll.dll is the dll you want to register). This dll has to be in the system32 directory (or you have to specify its path also).


      Cédric Moonen Software developer
      Charting control

      R 1 Reply Last reply
      0
      • C Cedric Moonen

        Rostfrei wrote:

        Can somebody please tell me how to register this shell extension

        Is it working with regsvr32 ? Start Menu -> Run and type regsvr32 YourDll.dll (where YourDll.dll is the dll you want to register). This dll has to be in the system32 directory (or you have to specify its path also).


        Cédric Moonen Software developer
        Charting control

        R Offline
        R Offline
        Rostfrei
        wrote on last edited by
        #3

        Thank you! Works without a problem. Regards, Rostfrei

        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