ActiveX is a Microsoft-proprietary framework for defining and accessing interfaces, to system resources, in a programming-language independent way.

learn more… | top users | synonyms

0
votes
0answers
15 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 documnet in the control) my application will be hang with this windows message: ...
0
votes
0answers
14 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
12 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
0answers
17 views

“Access to the database file is not allowed” from inside IE, but works fine from standalone app

I'm building an installation for an ActiveX control. When I try to use the deployed control in a local, mark-of-the-webbed web page (in IE8 on this VM) it tries to access an SQL CE database, but ...
0
votes
1answer
25 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
12 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
27 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
4 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
26 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
19 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
25 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
14 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
21 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
9 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
90 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
12 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 ...
0
votes
2answers
40 views
+50

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
28 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
17 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
0answers
25 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
24 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
38 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
0answers
16 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
28 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
149 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
40 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
39 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
44 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
26 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
24 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
38 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
21 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
16 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
34 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
33 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 ...
-1
votes
0answers
18 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
46 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 ...
0
votes
1answer
27 views

Use Office References and Treeview OCX from File

we have an over the years grown Access Database which is making use of a Treeview Element and the Excel Office reference. With some Windows Updates we ran into problems with the Treeview (throws ...
0
votes
0answers
9 views

Set focus not work in iexplorer

I've a activeX control with editbox, when i postmessage to set focus editbox, it work when i use it with standalong application, but when i use this activex control in my iexplorer, set focus can't ...
0
votes
0answers
22 views

activex not receiving events - Object does not match target type

We have a .Net (c#) application that integrates with other vendors' applications using COM or ActiveX for browser apps. The ActiveX control is simply a wrapper for the COM object, which is an inproc ...
0
votes
3answers
88 views

How to enable activex controls in ie using javascript

Is it there any way to enable activex controls of internet explorer through javascript ,I searched internet cant find any trusted resources , is it possible to enable activex controls through ...
1
vote
1answer
36 views

How do I use ActiveXObject in Greasemonkey?

I tried: function AddEmotion(strUrl) { try { var cpAdder = new ActiveXObject("QQCPHelper.CPAdder"); if (strUrl != "") { ...
2
votes
0answers
64 views

Excel ActiveX Listbox not enabled on file open

I am trying to figure out a bizarre situation. I have a workbook with many sheets. On one sheet, I have one ActiveX listbox (CTOverview.Listbox1). On a second sheet, I have a total of three ...
0
votes
0answers
27 views

ActiveX with user mode installation doesn't install

Our application contains an ActiveX control that we needed to upgrade recently to support non-admin installation for the client running Windows 7 PCs. The ActiveX was updated according to Microsoft ...
0
votes
0answers
31 views

Detect support for embedding WMP in Metro IE10

We have small audio files that we need to embed in some sort of player in the various browsers. In chrome, firefox, etc. we just use html5 audio elements. Unfortunately we can't do that with IE ...
3
votes
0answers
80 views

Converting Negative numbers with TADOQuery

I have a huge problem with TADOQuery: This is my SQL: select cast(-10 as number(9)) foo, -10 bar from dual Instead of TBCDField, a TIntegerField will be created when you add the "foo" field, ...
2
votes
1answer
34 views

How get cell hyperlink address from Excel?

http://i.stack.imgur.com/vsaTq.png To read text from cell I use this: QAxObject *e = new QAxObject("Excel.Application"); QAxObject *wbooks = e->querySubObject("Workbooks"); QAxObject *wbook = ...
1
vote
2answers
118 views

Ajax calls do not work in IE unless you fiddle with security settings

IE sucks, at times. Until IE 10, IE did not provide support for the XMLHttpRequest Object. Rather, you must use the XActiveXObject Object for running AJAX calls. JQuery boots up this object by default ...
1
vote
1answer
88 views

ActiveX not raising EOleException

I've made two activex component in Delphi XE2 in separate projects. One of the components works perfectly, and every exception it throws gets masked as EOleException. On the other activex component, ...

1 2 3 4 5 45