ActiveX is a Microsoft-proprietary framework for defining and accessing interfaces, to system resources, in a programming-language independent way.
0
votes
0answers
6 views
Extract information via COM with an ActiveX control
I have a C# code that extracts information from another system via COM API and writes it to standard output. I want to run the same in a browser, so the users don't have to install the software.
Is ...
1
vote
0answers
25 views
ActiveX control property not working (C#)
I have a C# ActiveX control with an interface defined akin to:
int MyInt { get; set; }
string MyString { get; set; }
Color MyColor { get; set; }
The interface is implemented as follows:
protected ...
-1
votes
0answers
12 views
ActiveX Control - Changing Source
First let me say I'm new to VB and its the first time I'm using it.
I've a project in hand that requires me to change an existing ActiveX Control.
The problem is... I changed the source , compiled the ...
1
vote
1answer
11 views
ActiveX Controls Fail to Load in HTA When Launched from a Batch File
I have an HTA which contains an object tag for an ActiveX control. The ActiveX control is properly registered on my machine:
<object classid="clsid:AAAA0DA1-F887-449E-8A1A-875DCC047977" ...
0
votes
0answers
7 views
JBoss 7 ActiveX included in war not downloaded by Internet Explorer
I have an ActiveX component that is placed on an HTML page served via Jboss7. The ActiveX is referenced via the "object" tag. The ".ocx" file (ActiveX component) sits on the war file in the same ...
1
vote
0answers
31 views
How to recompile ActiveX grid control (VB6) as 64-bit OCX?
We have been working on our ActiveX grid control since 2000 and have a lot of happy customers. The control is still supported, but the main problem we and our customers have recently faced is the ...
1
vote
2answers
46 views
Open a .PDF located in WebDAV directly into Acrobat (or default PDF app.)
I have a PDF in a webDAV Server and when it comes down to Opening the document, as I would any other Word or Office Document, after it asks me If I would like to open the file it just hangs and then ...
0
votes
0answers
12 views
How to get SMPTE Timecode from QuickTime ActiveX control?
Is it possible to get original SMPTE Timecode of a movie, when using the “Apple Quicktime Control 2.0” in a Windows Application project with C# or Visual basic?
I found a lot of discussions about how ...
-1
votes
0answers
8 views
Ipad Safari and XML Dom ActiveX Object
Im trying to create a HTML page linking to an XML document using java script.
When using IE the page loads correctly but it does not load the XML data in safari and firefox.
I believe this is down to ...
0
votes
0answers
21 views
How can a web page run a program on client's computer?
I developed a web software with Visual Studio. Within this web software when I click on a button, the user's computer should run an application given as an .exe file. This application is a console ...
0
votes
0answers
12 views
Qt ActiveX data types
I am developing a C++/Qt application that communicates with an ActiveX server.
I try to use a function that returns a reference to an array of floats as a parameter. The function prototype is:
...
0
votes
0answers
24 views
How to solve this error creating an ActiveX object?
From an ASP.net application I have to create an Access object using CreateObject method. If I run it in the development server in Visual Studio the application works fine but when I publish it as a ...
-2
votes
0answers
18 views
How to Access a VB ActiveX Control Methods in ActivX DLL project?
How to access a Visual Basic ActiveX Control from a visual basic ActiveX DLL . Since VB.6 ActiveX Control from Hardware Manufaturer Didn't Exactly Work on VB.NET 2005 I want to create ActivX DLL in ...
0
votes
0answers
21 views
Catch ActiveX Control Exception (prevent program stopped working)
I use an ActiveX control (qlickview ocx) on my form and it work well but sometimes (on close form OR reopen a document in the control) my application will be hang with this windows message:
...
0
votes
0answers
17 views
Properly dispose quicktime control in C++
I have the same problem of this question but in C++, that is
my application crashes when I dispose a quicktime control.
That post solves this way:
I wired a path to an actual image file ...
0
votes
0answers
20 views
ActiveX/IDL – how to export member functions from “ATL Simple Object” in OCX control?
I have an ActiveX control in MSVC++10 which compiles into a .ocx. I have added another "ATL Simple Object" to this control, from which I want to export some functions.
If this library is called ...
0
votes
1answer
27 views
How to execute an executable from Linux with javascript
I'm making an application for D-bus in javascript. I need to call an executable from the javascript code and I know that it's possible to do it in Windows like this
var activeXObj = new ...
0
votes
0answers
20 views
c# winforms with 'AxWindowsMediaPlayer' control following error thrown: “System.NotSupportedException”
I have a window form which has an AxWindowMediaPlayer control on it. On a client computer with Windows 7, when the form is shown, in Form.Designer.cs an exception is thrown on the line:
...
0
votes
1answer
30 views
How to debug a c# activex
I have a c# project that generate my activex component.
The debug project is a simple web application that call the registered dll.
Javascript debug points and exceptions works fine.
How can i catch ...
0
votes
0answers
14 views
Changing qlikview zoom level programmatically
I know this methods:
ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
But i want a method for change zoom level>> for example "Zoom to 75%"
Is there any ...
0
votes
0answers
31 views
Windows Porting to x64: MFC x86 DLL implementing OLE Automation for MS Word, Access, DAO
Porting to x64: MFC x86 DLL implementing OLE Automation for MS Word, Access, DAO
I have an app written several years ago that I am porting to x64.
It consists of a VB.Net GUI using .Net 1.1 and ...
1
vote
0answers
30 views
Is there a way to drag/drop Outlook attachments into a web page (for upload)?
The users want this feature so badly they are actually OK with only using IE for this. From an example, I cobbled together an ActiveX custom control in C# that I embedded into a web page and, ...
2
votes
1answer
30 views
How do you set the “Friendly” name for a Visual Basic 6 ActiveX CLSID
I have an ActiveX control that I wrote in Visual Basic 6 several years ago.
It's an OCX loaded by a CAB file and used in Internet Explorer.
If you go to Tools|Manage add-ons in Internet Explorer I ...
0
votes
0answers
31 views
Does the Microsoft WebBrowser control ever delete cookies on its own?
I have a Win32 application that uses the Microsoft WebBrowser control to connect to a web site which requires a session cookie to log in. It's common for this application to have multiple windows ...
0
votes
0answers
21 views
QTP - Accessing Picture property on an ActiveX Control
My Application contains a lot of ActiveX Objects. Some of the command buttons designed using ActiveX show a tick mark when clicked once and removes the tick mark when clicked again, basically it ...
1
vote
0answers
44 views
displaying ms office files(doc,docx,xls,xlsx,ppt,pptx) in browser (IE)
iam bulding a asp.net application using asp.net c# in vs2010.
my requirement is to display ms office files in browser.
the requirement is such 'cause i need the user to only view the files and not ...
-1
votes
0answers
12 views
Is there any ActiveX control enables to view and edit spreadsheets in windows form? [closed]
I need import a excel file into my application and must be able to edit that data.
Now i am looking for a proper control which accomplish my need.
I just used webbrowser control but faced many ...
2
votes
1answer
102 views
Creating an ActiveX component at run-time leads to Access Violation
I have a piece of hardware which is handled using an ActiveX component in Delphi. If I drop that component on my form during design time, everything works fine. However, if I create it dynamically at ...
0
votes
0answers
29 views
windows 8 IE ActiveX download folder
My web application downloads a cab file containing an ActiveX and the support files. On Windows XP and Vista, I see that the downloaded ActiveX and the support files are either in IE cache folder, or ...
2
votes
3answers
83 views
Is there a way to envelope Adobe AIR (SWF/Flex) application into C# application to use HASP protection
We have an Adobe AIR application which uses Flex Framework. It was initially built for browser version, but now we also need to use it as stand-alone application. This is possible to do using Adobe ...
1
vote
0answers
35 views
ActiveX Control to view outlook msg file in C# Winforms
I am using C# Winform in .NET 3.5 in an application. I looking for a third party ActiveX control, which can show *.msg file in the viewer.
Is anybody aware, such kind of viewer, which will support ...
0
votes
1answer
21 views
Ways to reduce the size of a Bacic MSI Installer using Installshield
I just made a Basic MSI installer [using installshield 2012 spring professional ] to install an ActiveX control , i basically added the component and enabled "extract com info on installation" option ...
0
votes
1answer
33 views
How to detect ActiveX controls in IE 8/9/10 without having to instantiate ActiveXObject
Is it possible to detect which ActiveX controls are active in IE 8/9/10 using JavaScript (or some other technology - possibly Java?), in a way that is more extensible and dynamic than attempting to ...
0
votes
0answers
32 views
VS2012 breaks previously functioning .NET ActiveX object in IE 8
(Yes, I work in a large corporate environment, which is why I'm talking about all of this backwards technology. No, I don't have the option currently to gut the thing and rewrite it in this decade's ...
-1
votes
0answers
39 views
Windows 7 File Access issue
I have written an ActiveX control in VB6. This control initially creates a log file before doing anything else.
I have written a test client (VB6 Standard exe) and placed control in it. I have ...
0
votes
1answer
28 views
Activex Control is not loading and working on IE 8 and Ie 9
I am using activeX control in my website for stationery creation .
If I access my website with "localhost:port/" then activeX control works fine but if I try to use it with ip i.e. ...
0
votes
1answer
37 views
How to make a msi installer for installing a IE ActiveX control using flexera installshield?
I have an Active X control which i would like to install in several windows machines .
I read some articles which said it would be possible by writing an msi installer .
I am familiar with Flexera ...
1
vote
1answer
159 views
How to install CR10 runtime on win7 64bit
I'm using the Crystal Report 10 viewer ActiveX control in an Access App I've written. Works great in Office 2003 on 32bit versions of Windows. The problem arrises when I try to run the program in 64 ...
0
votes
0answers
47 views
Internet Explorer is opening second document on close
I have an IE activex/ole plugin to edit documents. When I Close IE (or the page with my doc) IE tries to open another document that starts a second copy of my app. This second process starts to ...
0
votes
1answer
51 views
Cannot Create Activex Component - When Calling Accredo COM dll
I am working on an integration with a product called Accredo using COM. But I am getting the famous Cannot create ActiveX component when I try to create a COM object for Accredo from a webservice. I ...
0
votes
0answers
55 views
ActiveX not always saving to LocalSettings
We have a legacy exe file that has been used for more than 10 years, we get vendor data files(and some dlls) at an irregular schedule.
Extra functionality was built in a website, and an ActiveX ...
0
votes
0answers
32 views
ActiveX Component - Using external methods?
I've written an ActiveX component to be included in an AX2009 form. I have managed to include the component in the form and all works fine, however I would like to extend its functionality.
Is it ...
0
votes
1answer
32 views
Local Windows Authentication With Java Application, 64-bit
Given a username and plaintext password, our application currently verifies that a local user exists with those credentials using Jawin FuncPtr to access the LogonUser function of advapi32.dll.
...
-1
votes
1answer
46 views
VB How to pass a multidimensional array to and from an Active X control
I have a multi-dimensional array named OPIMG(2000,2000,10)as long, this contains sets of image data (16bit greyscale images as data for use within the user control) which I create on the main form. I ...
0
votes
0answers
23 views
eiStream Imaging dll error in ActiveX Written in C#
I am currently writing an active X component in C# that uses eiStreams (formerly Wang/Kodak)imaging component for TIFF manipulation.
When I test it inside a Win form, the code below works:
private ...
0
votes
0answers
20 views
flash activex control 64bit
I'm making transparent flash window in Visual Studio 2008 native environment.
Some important code:
IShockwaveFlash* pFlash;
CoCreateInstance(CLSID_ShockwaveFlash, NULL, CLSCTX_ALL, ...
0
votes
0answers
35 views
Using two different versions of ActiveX
I have two different versions of ActiveX.
Unfortunatelly they are both using the same CLSID.
When I'm registering new version the old one is removed.
I want to use some controls from older version ...
0
votes
0answers
35 views
How to make a media-playing screen without Windows Media PLayer plugin VB 2008?
I'm trying to develop a media player in Visual Basic Express Edition 2008. How do I:
CREATE a media playing screen, like the one in Windows Media Player, without ANY ActiveX controls and I create ...
0
votes
1answer
30 views
Can't use a simple ActiveX. Failed to create 'AxHost'
I tried to create a simple ATL Object(ActiveX Object) and to use it in C#. I could compile and register it but when I wanted to use it in a C# application I got this error.
How can I fix this ...
0
votes
0answers
47 views
ActiveX in python (3.3) without win32com
I used win32com for controlling an other application with the ActiveX-Interface. But I run in the msvcr90/100.dll hell.
On my system (Win7 + normal python install) all works fine, but not on ...




