Results 1 to 2 of 2

Thread: Integrate OCX within VB module

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Location
    The Netherlands
    Posts
    1

    Integrate OCX within VB module

    I have bought an OCX that I want to use in my VB module. When the executable is built and used, then the OS doesn't know the OCX, so I have to register the OCX. That is for me no problem, but the executable must run in a Citrix environment where I am not allowed to register the OCX.

    So, my question is: is it possible to integrate the OCX within my VB module so I don't have to register the OCX on the machines where I want to let run my module.

  2. #2
    Addicted Member
    Join Date
    Jan 2007
    Posts
    143

    Re: Integrate OCX within VB module

    ...for this OCX you purchased... BY ANY CHANCE...did the source code come with it?

    if it did, then you just have to place a copy of the source codes into the same folder as your project, and then in the VB IDE, add that project.. then it won't be difficult when you compile the vb project

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