Tagged Questions
The ocx tag has no wiki summary.
12
votes
2answers
2k views
Use OCX without registering it
Is it possible to use an ocx (ActiveX Control) on a winform (probably adding it programatically) without first having the ocx registered with regsrv32?
What I'm trying to achieve is to enable xcopy ...
8
votes
3answers
600 views
How to show the ActiveX Yellow bar?
I'm trying to set up a webpage that downloads the OCX and installs it with the user permission when the user right click in the yellow bar
Note: it's a business app and I know... IE, but 95% of ...
8
votes
2answers
861 views
Need PDF viewer control - tried a lot
I'm looking for a component to view and print PDF files from Delphi/C++Builder. Delphi or ActiveX, not .NET. The license must be for royalty free distribution and the viewer must not require Adobe ...
6
votes
5answers
506 views
Are .OCA files necessary for program execution?
In the system32 directory I saw an .OCX file with a corresponding .OCA file.
I had thought .OCA files are used only by Visual Basic. Are they therefore unnecessary for program execution and could be ...
5
votes
3answers
399 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 usercontrol.
I mentioned ...
4
votes
2answers
197 views
Using a DLL With PHP for Dummies
I have a project that needs to access a DLL with PHP. The server is Windows and the Apache server is provided by XAMPP.
I read multiple answers on the web like, but :
Use DLL in PHP?
php ...
4
votes
2answers
259 views
Which Windows versions have preinstalled MSINET.OCX control
I have an old VB6 application that depends on MSINET.OCX. I'd like to know if I can distribute this application without registering MSINET OCX component. My target OSes are XP, Vista and Windows 7. Do ...
4
votes
4answers
2k views
Building an OCX with VS.NET?
What happened to OCX's? Are they no longer possible to create with the latest tools?
I need to create an ActiveX control that I can place in Word, PowerPoint and Excel documents. If I use VS.NET, I ...
3
votes
2answers
352 views
Detect if an OCX class is registered in Windows
i need to know how can detect if an OCX class (ClassID) is registred in Windows
something like
function IsClassRegistered(ClassID:string):boolean;
begin
//the magic goes here
end;
begin
if ...
3
votes
2answers
3k views
What is the difference between AxInterop and Interop?
I've added an .ocx to the toolbox in VS.
Two .dll's were created: Interop.NNN.dll, AxInterop.NNN.dll.
What is each one? Are they both required?
3
votes
2answers
10k 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 and started coding. ...
2
votes
4answers
122 views
activeX/OCX simple HTML editor
I am looking for a simple HTML editor.
This package should fulfill the following:
Generates old type of HTML with no CSS
Fully supports Right-To-Left and Hebrew fonts
Must be an ActiveX / OCX ...
2
votes
1answer
84 views
How to specify a function that takes a void* in C++ OCX module?
I have written a OCX module in VC++2010, to be used with a legacy VB6 app. In it, I have one function which is supposed to take an array of arbitrary data (a pointer into memory).
The function is ...
2
votes
1answer
513 views
How to use autoitX in .net (C#) without registering
Can you help me how to use AutoitX (ocx/activeX library) in .net c# application without registering it? I would like to create application with it without need to use administrator rights for ...
2
votes
1answer
187 views
Accessing an OCX or activeX with PHP
I know it is a not everyday issue. But we are trying to access an OCX with php code (not client). The php documentation has a COM object (http://ca3.php.net/manual/en/book.com.php).
Does it work with ...
2
votes
2answers
2k views
Register RichTx32.Ocx in Windows 7 64 bit
I am trying to register RichTx32.Ocx for an application I am working on in Access 2010 (File Format 2003 mdb). I have been updated to Windows 7 64 bit (from Windows XP SP3 32 bit) and can't get the ...
2
votes
2answers
134 views
Difference between .ocx file and a .Net Control
What is the difference between an .OCX file created in MFC or VB and a .Net control created in C#?
Is it possible to use the .Net
Control in a MFC application?
I have a dialog in C# I need to use
...
2
votes
1answer
98 views
Using Commands in OCX library in Matlab
Im trying to write a script in matlab which interfaces with an old piece of hardware. The serial I/O routines were written in BASIC and are contained in a .ocx file. Previously these were called in a ...
2
votes
3answers
5k views
How do I resolve “Run-time error '429': ActiveX component can't create object”?
My company has a VB6 application using Crystal Reports 7 which a client has asked to be installed on Windows 7 32 bit. It is currently installed on Windows XP 32bit SP2 machines at the client. ...
2
votes
0answers
59 views
how can i find in visual c++ that an ocx file (for example flash.ocx flie) is registered or no?
how can i find in visual c++
that an ocx file (for example flash.ocx flie) is registered or no?
2
votes
2answers
296 views
CMake to build an ActiveX OCX?
I've been playing with CMake today, and so far it has been working great. Our project consists of +100 Visual Studio 2003 projects; we want to move to VS2008 and eventually VS2010 and also to support ...
2
votes
1answer
2k views
Unable to register VB ocx components (err 0x80040201)
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.
When I try to register ...
2
votes
1answer
260 views
How can I add an icon to an OCX made with Delphi so that it is visible in VB?
I made an OCX with Delphi 2007. Now my customer claims that there is no icon in his VB when he installs this OCX.
How can I add such an icon to my OCX?
1
vote
0answers
118 views
How can I replace existing Activex controls?
I am sorry for not giving enough information earlier,I will mention a few things as to what the controls are doing first. These controls are ActiveX Controls/Modules written in Vb6.0, and they ...
1
vote
3answers
175 views
Unable to load VB6 OCX in Windows 7 Error 372
I'm working on an application developed for Windows XP SP3, using VB6. I'm currently in the process of getting it to work on Windows 7, but am encountering a problem with one of our custom OCX files.
...
1
vote
1answer
96 views
Create MSI from inf and ocx
i have ocx and inf file and need to create a msi file. Not sure how to go about it ?
1
vote
1answer
68 views
Per-user installation of OCX from a web page
We have a web page that includes a custom OCX activex. The activex is signed and the certificate is trusted by every computer in the company, and all computers run Windows 7 and IE8.
However, when a ...
1
vote
1answer
261 views
RunTime Error 380 - Specified Fieldname not found in object
I am running a VB6 application with a Pervasive V9.5 Database. I am receiving a RunTime Error 380 - Specified Fieldname not found in object when only 2 of my users are trying to log in. Rest of the ...
1
vote
6answers
411 views
OCX/COM: Some methods do not show up in PowerShell
I have the ActiveX control SetACL.ocx. It is registered on my system and I can use it from C# (Visual Studio 2010) without problems. Visual Studio's Object Browser displays all methods.
In ...
1
vote
4answers
421 views
How can I see the interfaces of a ocx file?
I want to see the interfaces of an ".ocx" file. Like this:
But for some .ocx, I can only see 5 functions, Like this:
The question is: How can I see the interfaces of these ocx file.
I have try ...
1
vote
2answers
84 views
Is there any way to set a Type's GUID at runtime?
How can I set a type's Guid dynamically?
Silly question, but I have an interface that is the exact same across several third-party COM Objects, but has a different GUID in each.
I have a C# ...
1
vote
1answer
168 views
Create multiple instances of same OCX
I have to load a couple of OCX libraries to access legacy code.
I am creating the instance using Activator.CreateInstance:
var type = Type.GetTypeFromProgID(ProgId);
var comObject = ...
1
vote
1answer
134 views
Catch an exception/error from an OCX hosted in a .NET Windows Form
I have a .NET Windows Form that I use to host an older VB6 OCX form. That’s something I can’t run from! At least for now...
I’m not sure if this paragraph will be useful, but just in case I will ...
1
vote
1answer
30 views
Using MEF with ActiveX Controls (*.ocx) Possible?
Geneally all MEF examples use class libraries as ".dll". Is it possible to use ActiveX Conrols (.ocx files instead of "dll" files") from MEF directly.?
Best Wishes
1
vote
1answer
362 views
Support for object tags with embedded ActiveX in Mozilla/Safari
I am using an object tag to load ActiveX extension controls like so:
<object name="controlcontainer"
width=320
height=240
codebase="./library.cab#version=1,2">
</object>
...
1
vote
1answer
280 views
how to use ocx control in asp.net
i need to use ocx control in my web application ..
please tell me how to use it
1
vote
1answer
154 views
how can i instantiate an instance of an ocx at runtime in vb6 code?
how can i instantiate an instance of an ocx at runtime in vb6 code?
new keyword doesn't seem to work...
Invalid use of New keyword
Set bob = new bobocxlib.bobcontrol
1
vote
1answer
422 views
Not able to deploy VB6 based setup on Windows 7
I have a setup created using Vb6. I am unable to install it under Windows 7. Windows 7 is not registering OCX controls included in the setup.
Same setup works fine under Windows XP and all other ...
1
vote
1answer
448 views
OCX library with C# (ActiveX library)
whats the simplest way to make ocx library working in c#? (I'm using wpf project) I tried to use aximp, but when creating Ax[libname]Lib.Ax[libname] object, calling getocx() returns null.
EDIT: I ...
1
vote
1answer
186 views
Can not debug an ActiveX inside a VB6 project with several components inside
I have to debug a big application done in VB6. The application is comprised of a main EXE, some ActiveX projects and other ActiveX control projects.
The problem I'm facing is that I cannot hit ...
1
vote
3answers
201 views
VB6: Question about version numbers of dependent OCXs
Is it important for a VB6 app to refer to certain OCX versions?
I have noticed that if I put my VB6 app code through the IDE on one machine then the form files will refer to different version of some ...
1
vote
3answers
422 views
Hosting a 32bit OCX inside a 64bit process (specifically Flash)
We are in the process of building a 64bit version of our software, but we use Flash player's OCX control to host Flash in our windows. This OCX file is a 32bit build, do you know if it's possible to ...
1
vote
5answers
509 views
VB6 Game Development
I am developing a game in VB6 (plz don't ask me why :) ).
The storyboard is ready and a rough implementation is underway.
I am following a "pure-software-rendering" approach. (i.e. no DirectX, no ...
1
vote
2answers
260 views
COM OCX registration - 2 DLL's with same name
I have a native app that has an .OCX file that needs to be registered for it to be used in a .NET application.
Now currently there's different versions of this .OCX on the machine. Can someone ...
1
vote
2answers
406 views
Pivot grid control for VB6. Does it exist?
I am looking for an OCX control that will work with VB6 and is capable of producing a grid like the one below.
Any ideas?
1
vote
2answers
1k views
AxShockwaveFlashObjects again
I was cheating from a sample program to integrate with Flash.
I able to add a reference to ShockwaveFlashObjects.dll to my windows app, but
What is
1- AXShockwaveFlashObjects.
2- How to add a ...
1
vote
4answers
672 views
Differences in OCX and DLL exception handling?
I know a (vc++) ocx is an ActiveX control, and a (vc++) dll is a collection of functions. I've found that being called from a vb.net application, the catching of some exceptions could behave ...
1
vote
3answers
210 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) the reference, but ...
1
vote
1answer
481 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 work. But I was ...
1
vote
3answers
2k 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?