Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 26,658 times

Downloads

Related Categories

DLL Register/Unregister - Overview

DLL Register/Unregister 1
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

As a developer, you end up registering and unregistering files regularly. Using the run window, with regsvr32.exe can be a real pain, so use this great solution! Simply add the .reg file to your registry, and a Register and Unregister commands will appear on the explorer context menus of all OCX and DLL files.

Comments

  • Posted by Ken Chia on 08 Jun 2004

    Found this gem in the newsgroup sometime back:

    Put this in an ActiveX DLL (YES this will compile into a normal dll)

    Public Function printme() As String
    printme = "This is from dll"
    End Functio...

  • VB DLLs

    Posted by prasannalr on 07 Jun 2004

    Can anybody help me out in creating DLLs in VB with sample code?

  • Re :.....IMPOrtant

    Posted by wilee on 07 May 2004

    Do ypu know how to create dll files by using c++ ???[email="williamlhl@lycos.com"]email me[/email] :)

  • something maybe a bit better

    Posted by nouse4anick on 06 Apr 2003

    I found that if you make a small front end for regsvr32.exe that it can be much easer to use plus you don't have to edit the registry (which i know some people dont like doing). Easest way i found: a ...