Results 1 to 3 of 3

Thread: Register OCX

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206

    Register OCX

    hnjhhhnjnh
    Last edited by Aphex; Apr 17th, 2009 at 09:19 PM.

  2. #2
    Addicted Member hamins's Avatar
    Join Date
    Sep 2001
    Posts
    192
    Hi,

    ummm.... I think this should work : -


    Shell("c:\windows\system\regsvr32 <name of your ocx file>")

    Try it out.

    Shell() is a function used to run shelled commands from your program. regsvr32 is a windows command used to register/unregister .DLL or OCX files, if I'm not mistaken.
    Knowledge is static .... understanding is Dynamic

  3. #3
    Software Eng. Megatron's Avatar
    Join Date
    Mar 1999
    Location
    Canada
    Posts
    11,286
    Please post coding specific question such as this in the general Q&A section, in the future.

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