Results 1 to 3 of 3

Thread: How to register ActiveX controls in Windows Registry:

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Malaysia
    Posts
    2
    Hello Friends,I am a novice programmer.I am attempting to use MSCOMM32.Ocx (serial com port).After converting to EXE
    file,when trying to run ,it asks to register the .ocx
    control.I selected this control from the components list box
    How to register this ActiveX component in the windows
    registry.Request forum members to help me.

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    Go to Run in the Start Menu and type :

    Code:
    regsvr32 <full path and name of dll or ocx>
    ie

    Code:
    regsvr32 "c:\winnt\system\mscomm32.ocx"

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Malaysia
    Posts
    2
    Originally posted by Gen-X
    Go to Run in the Start Menu and type :

    Code:
    regsvr32 <full path and name of dll or ocx>
    ie

    Code:
    regsvr32 "c:\winnt\system\mscomm32.ocx"
    Thank you,I shall try it.

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