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
8 views

Same applications share the static variables when accessed through browser

I have two different WPF apps...both are accessed through Internet Explorer as Active Ex. app1 - is using the DLLs in C:\ProgFiles(86)\app1 and app2 - is using the DLLs in C:\ProgFiles(86)\app2 ...
0
votes
0answers
6 views

How can I get my web controls to display over an activex control?

I'm not sure if this is completely possible. I am designing a website that displays some activex reports. I have suggested that the use of activex be discontinued and another reporting ...
-1
votes
0answers
8 views

Good tutorial for ActiveX

We need to build ActiveX control to be used from JSP pages. The ActiveX component will lock workstation. I am totally new in .Net world. Please refer to a good tutorial for building such ActiveX or ...
0
votes
2answers
22 views

Hosting ActiveX control in WPF: WindowsFormsHost or ActiveXHost?

I know MSDN recommends to use WindowsFormsHost to host ActiveX controls in a WPF application. But there is also ActiveXHost, used as a base for WebBrowser control. It is described as an infrastructure ...
0
votes
0answers
10 views

Loading HTA page into iframe

I need to insert hta page in iframe in other hta page. I have select with two option and on selecting one i need to load page into iframe. i managed to opet that hta page but not in iframe but in new ...
0
votes
1answer
6 views

TeeChart + Series Legend CheckBox

Currently I Am displaying CheckBox in Legends.Is there any Event using which I can Find out on which Legend user have clicked. Thanks Akshay
0
votes
1answer
22 views

Xml.Serializer illegal cast exception in C++ ActiveX control hosted in C# .Net 4.0 Application

I have a C# .Net 4.0 Application hosting a C++ ActiveX control utilizing a C++ DLL with CLR enabled. The DLL has the main function of loading the parameters for the OCX and uses XML.Serializer for ...
0
votes
1answer
19 views

Firebreath plugin can't be loaded in IE9/IE10 if running IE as administrator

My firebreath plugin works well in IE9/IE10 when opening IE normally, until one day I unconsciously open IE as administrator explicitly, the plugin just can't load. I also tried Firebreath sample ...
0
votes
0answers
20 views

Selecting a path and filename for activex data via flash and javascript

Ok I've done a lot of research on this and realized you can't get a save as dialog with javascript alone. However, using an SWF file you can...I came across downloadify but it's not what I need since ...
1
vote
1answer
53 views

COM pass function pointer (delegate) as a method parameter to ActiveX object (implemented in C#)

I'm working on a browser plugin using ActiveX/COM and I'm trying to pass a Javascript function to a method call so that it can be used as a callback. I've been able to get the function assigned to a ...
0
votes
0answers
18 views

Failure to pass data to an activex function through pywin32 in python

I'm using the activex control to communicate with a usb device. I am having an issue with calling an activex\com function through pywin32. I have already used the pywin32 wrapper to wrap my function. ...
0
votes
0answers
22 views

Excel VBA error when using .Net WinForms ActiveX Control

I am getting the below error in Excel VBA when I use in Excel a WinForms user control which I created myself. The error occurs when I hit Debug->Compile in the VBA editor. "Compile error: Object ...
2
votes
0answers
68 views

Active Form in container control is visible but doesn't respond

I currently have a dll containing a TForm descendant that gets displayed when an exported function is called. The client applications have varying release cycles so this minimizes unnecessary changes ...
0
votes
0answers
19 views

C# How to read/update activex combobox from an Excel Macro-Enabled Workbook file (xlsm)

I am currently developing a C# application that opens, reads and updates an Excel Macro-Enabled Workbook file (xlsm). I was able to read and update cells but I was not able to read/update an ActiveX ...
0
votes
0answers
33 views

How to host activex control for to render html on window using Visual c++ (x64) application

I am trying to render a html file in my own create window using Visual c++(x64). I have done every thing I just need some mechanism to display html file in my own window.I have html file contents ...
0
votes
1answer
14 views

Teechart Bar Chart SIngle Bar Pattern

How can we Provide pattern only to a single Bar of the Series.Say Suppose my Series has 4 Bars On click on a Bar it pattern should be change. I know the functionality of changing Color of a Particular ...
0
votes
0answers
39 views

Registration of different versions of same ActiveX

I´m struggling with what is the best design for an ActiveX control in regards to its registration and reference. One part of our software is based on ActiveX controls that are used on Internet ...
-2
votes
0answers
36 views

How can I get pointer of the calling class in a dialog class?

I have this ActiveX. And I have this Ctrl class in it, pretty generic code! I am creating a dialog from this Ctrl class. Now, I want to call an event method of this Ctrl class on click on any button ...
0
votes
0answers
24 views

Visual Studio won't let me add a COM control to a form in C#

I'm trying to add an ActiveX control to my form in Visual Studio's designer mode and it prompts Failed to import the ActiveX control. Please ensure it is properly registered.. It's in the case ...
0
votes
1answer
34 views

ActiveX control of Word. Select text and images

This is what I have done so far: word = actxserver('Word.Application'); document = word.documents.Open('C:\Documents and Settings\kz7213\Desktop\Test.docx'); selection = word.Selection; ...
0
votes
1answer
16 views

Working with an ActiveX control installed by msi installer

I created ActiveX control and it's .msi installer in a way described in this tutorial http://haseebakhtar.wordpress.com/2011/05/31/creating-an-activex-control-in-net-using-c/. Then I installed that ...
-1
votes
1answer
19 views

how to get rid off from An ActiveX control on this page might be unsafe to interact with other part of the pages

I am using html & javascript .I had created an page in which i am using ActiveXObject.So every time when i open that page it always ask me that ("An ActiveX control on this page might be unsafe ...
0
votes
1answer
28 views

Make CHtmlView enables activex control download

I'm a newbie to CHtmlView of Visual C++ programming. I need to make a web-browser application display website by IHTMLDocument2 interface which will need to download activex control from website and ...
0
votes
0answers
31 views

How to auto allow content for web browser control

How to automaticaly allow blocked content in IE? how to make it auto allow active X control <html> <body> <object classid="clsid:ca8a9780-280d-11cf-a24d-444553540000" id="pdf1" ...
0
votes
1answer
20 views

how to create ActiveX object without any alert message

I am using html5 ,javascript ACtiveX,excel file..I have created an page in which i am reading Excel file through the ActiveX object like this. var excel = new ActiveXObject("Excel.Application"); ...
0
votes
1answer
42 views

Printing bar codes on Star TSP100 in Delphi 7

I have a Star Micronics TSP100 printer that I'm trying to use via OPOS from Delphi 7. I cannot seem to make it print barcodes. I can Open, claim and enable, print text and cut, but not print ...
0
votes
1answer
21 views

Teechart Custom Lengend tool

I want to show a table for Box Plot containing Values such as mean Median , S.D , Range etc. The Data Table tool shows only X, X2 data doesn't allow for customization data.I am trying too use Custom ...
0
votes
1answer
32 views

How to make Internet Explorer ActiveX dialog visible

I have an ActiveX control written in C# which operates a scanner from the browser using WIA. Everything works fine except the WIA CommonDialog pops under the browser window. How can I get it to show ...
0
votes
0answers
8 views

How to check FlashPlayer ActiveX in IE already installed or not in all windows version (XP, Vista, 7) using c#

I Develop an app using c# .NET. I Load a swf file in a webBrowser component. this app running perfectly in my PC (windows 7). But I have a problem when this app running in some another PC, when user ...
0
votes
4answers
31 views

can we make speedometer apart from canvasa

I have created and a page in which there is a 5 speedometer with the help of canvas .Its functionality is that ,it read the value from excel file and show values on speedometers..say we have 5 values ...

1 2 3 4 5 78
15 30 50 per page