0
votes
1answer
14 views
What is ActiveX Hosting?
I need to get the Flash Player ActiveX on the .NET Compact Framework in Windows CE 5.
This thread says I need to create an "ActiveX Host" for Net CF in order to accomplish this. H …
0
votes
3answers
39 views
is DISPID_VALUE reliable for invokes on IDispatchs from scripts?
Continuing from this question, i am confused wether DISPID_VALUE on IDispatch::Invoke() for script functions and properties (JavaScript in my case) can be considered standard and …
0
votes
4answers
33 views
Allow IE interaction to trigger execution of local code client-side
I want to allow interaction on a trusted webpage to trigger execution of code on the client. The users will be using IE as web browser. The code files to be executed will be availa …
1
vote
1answer
61 views
scriptable objects in internet explorer content plugin
While there are many guides for Browser Helper Objects, i have a hard time finding resources on how to implement scriptable objects (i.e. besides the main control) for content plug …
0
votes
1answer
25 views
Using ActiveX with Silverlight
I would really like to use Silverlight for a project I'm working on but I will need to interact with an application running on the user's desktop. Is it possible to do this with S …
0
votes
1answer
23 views
How do I override calls to ActiveX and Java Applets made by javascript so that I can change the resource path? These objects are being dynamically embeded.
I have developed a reverse proxy and currently ONLY process the "html/text" responses from the remote applications, everything else (images, javascript, etc) are passed thru unmodi …
2
votes
5answers
248 views
How to Enable ActiveX in Chrome?
I read that early builds of Chrome supported ActiveX, but was later restricted to certain MIME types (for support for say Windows Media Player). I then read Google was going to en …
0
votes
1answer
35 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
24 views
How to list all ActiveX controls?
Is there a way to list/browse all ActiveX controls in the system or for particular application? Can this be done from some administration screen as well as in code?
Thx for any he …
0
votes
4answers
83 views
one way communication from background exe to activex (sidebar gadget)
I need a small communicator between an application/background process and the gadget, I think its easiest to make own activex module that has just getText() and setText(). I need t …
1
vote
4answers
45 views
Register ActiveX exe server using WiX
I have several VB6 ActiveX server exe files which need to be registered on install before they can be used.
I have tried using Heat to extract the information but it only generate …
1
vote
1answer
39 views
IE8 COM interfaces don’t work with SSL?
I use the following code in my ActiveX control:
Type userControlType = typeof(System.Windows.Forms.UserControl);
Type oleObjectType =
userControlType.A …
0
votes
1answer
33 views
ActiveX not working properly with default security settings
I have written an ActiveX control in C# and have made it working using regasm command, and it works fine as long as the security level is set to low.. Then as a next step I have ma …
0
votes
2answers
37 views
Alternative to VB6 ActiveX Controls - Silverlight or .NET based ActiveX Controls
I have a web application which extensively uses Windows Common Controls ActiveX controls for User Interface. These mainly include Listview, Treeview, Common Dialog etc. With these …
1
vote
1answer
125 views
Creating digital persona fingerprint template from serialized data
This is a very specific question which will probably earn me the tumbleweed badge, but please answer if you can
I've imported DigitalPersona sdk dll's as type libraries into Delph …
