0
votes
1answer
24 views
If I registered a TLB do I still need to register the ocx in order to compile?
I am trying to compile a vb6 application and I can't register the ocx files. In order to attempt to compile I have replaced the Object= lines in the .vbp file with Reference= lines …
0
votes
2answers
10 views
In VB6 is linking to a tlb generated from an ocx the same as linking to an ocx directly
The reason I am asking is I have an ocx that I don't want to register on the build machine but I would still like to build against it. If the tlb route is not the right direction …
0
votes
0answers
35 views
how to use ocx file in .net
i registers the ocx and add the refresher under com now
i have a reference to the name spaces and the classes
VERSION 5.00
Begin VB.UserControl webRequest
ClientHeight = …
2
votes
3answers
53 views
VB6 authored ocx on a .NET WinForm?
I've inherited a VB6 project that has a Form with VB controls (Label, etc) and Windows Common controls (Treeview, ImageList, etc), which looks like an ideal candidate for a usercon …
0
votes
1answer
52 views
ActiveX / OCX in primary thread freezes application — how to move to separate thread?
I am using a 3rd party OCX (ActiveX) control in my C#/.Net 2.0 application to control an external device. Unfortunately this OCX seems to be a bit ill-behaved. After instantiating …
0
votes
2answers
75 views
Vb6.0 How to bind a function/sub-procedure to external event as an event handler??
I need to construct a VB6.0 ocx that will be used as a plugin for some external VB6.0 applications
This ocx contains several sub procedures that are supposed to work as event-han …
0
votes
2answers
53 views
How can I implement a Print Preview function for a C# object that doesn’t expose a PrintDocument object?
[Disclaimer: I looked at the related questions and could only find relevant material for MFC. I don't do C++]
I've got a C# .Net app that uses a OCX control via interop (the contr …
1
vote
3answers
54 views
How do I find where a missing reference is used in MS Access
I have a missing reference listed in my References list (in the VBA Code view). It's a reference to an OCX for a product that we no longer use.
I'm fine with removing(unchecking) …
1
vote
2answers
47 views
Load OCX component from a different location
Is it possible to load an OCX component for one application from a different location than the system default without unregistering the one in the System32 directory with regsvr32? …
0
votes
2answers
60 views
How do I use IE ocx on VB6
Hi guys,
I'm using this EDIMAX IP Cam (IC-1520DP) which has a browser based administration. When I first login, It ask me to install an OCX (IPCamPluginMJPEG.ocx). Now I wanna use …
0
votes
1answer
43 views
Specify Isolated COM settings in dependent DLLs or just executable?
I'm setting the Isolated COM project settings in a C++ VS2005 project to load an ocx component using the Registration-Free Activation method. If the ocx component is also used in …
0
votes
1answer
108 views
Unable to register VB ocx components (err 0x80040201)
Hi,
I have a problem trying to register some ocx files.
When I execute regsvr32, it returns 0x80040201 error code. I'm using win xp SP3 and my user has administrator permissions. …
0
votes
2answers
190 views
VB6 application requiring comdlg32.ocx, running on windows server 2008
I have a legacy vb6 application that needs to run on a server 2008 machine.
I have been unable to get comdlg32.ocx to register, which the application depends on. Any suggestions?
0
votes
1answer
52 views
Registration-Free Activation of COM Components
Does this example for Registration Free Activation still work in VS2008 and Windows Vista/7?
http://msdn.microsoft.com/en-us/library/ms973913.aspx
I haven't been able to get it to …
1
vote
1answer
916 views
Flash ocx “Class not registered” on Windows 7 x64
I have a WPF app that uses Flash10c.ocx developed on a 32 bit machine. I didn't have to register the ocx on my dev machine, I just installed the latest flash, added a reference an …
