Results 1 to 4 of 4

Thread: active x???

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    Chennai, India
    Posts
    17

    Arrow

    hi

    how to register an active x control ?? and how to register

    activex dll ??? pl .let me know ..

    thanks in advance

    sanju

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122
    How to (manually) register an OCX or DLL:

    REGSVR32 EXAMPLE.DLL

    REGSVR32 ins on your Visual Studio Disk I in \OS\SYSTEM\

    How to (manually) de-register an OCX or DLL:

    REGSVR32 /U EXAMPLE.DLL

    If you write an OCX or DLL in VB an compile it, it's automatically registered on your machine.

    Roger


  3. #3
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    Smile Look here

    Onerrorgoto

    Dont be to optimistic, the light at the end of the tunnel might be a train

  4. #4
    Addicted Member
    Join Date
    Apr 2000
    Location
    Sheffield, England.
    Posts
    136

    Talking

    You can also use ActiveX Control Test Container to register and unregister controls. It comes with VB6. Dunno about earlier versions.

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