|
-
Dec 26th, 2006, 08:05 AM
#1
Thread Starter
New Member
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.
-
Jan 9th, 2007, 05:17 AM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|