0
votes
1answer
13 views
Active Scripting on the server side
I am considering writing a NT service. The service will need scripting capabilities. Users can write some VBScript/JScript code and feed the server.
I also want the script be able to debug in …
0
votes
1answer
14 views
MFC Active-X control in a winforms window on Vista 64bit; “Class not registered Exception”
In an attempt to try to confirm another SO posters suggestion for key handling in an ActiveX control hosted on a winforms window, I tried making a bare-bones MFC ActiveX control, then placing it on a …
0
votes
1answer
40 views
What is a “Sync Block” and tips for reducing the count
We have a Windows Forms application that uses a (third party) ActiveX control, and are noticing in the .NET performance objects under ".NET CLR Memory" that the number of "Sink Blocks" in use is …
0
votes
1answer
37 views
How to correctly free/finalize an ActiveX DLL in Delphi?
We are using a class called ODNCServer here - at initialization, an TAutoObjectFactory object is created:
initialization
pAutoObjectFactory := TAutoObjectFactory.Create(ComServer, TODNCServer, …
0
votes
0answers
16 views
how to save image to client side C or JavaScript or ActiveX
i need to save an image file to client side ,, with out prompting the save,open,cancel dialog , or any similar thing , after long searching i heard that will this will be done only by ActiveX.
please …
1
vote
1answer
54 views
Embed a Windows Form in a web browser
I have a class which inherits System.Windows.Forms.Form. I need to make the form available via a Web browser. The form currently allows a graph to be generated given various parameters. So embedding …
0
votes
0answers
11 views
VOIP Softphone with API or strong command line interface
Does anyone know of a sip softphone that can be controller by an API. Xlite can launch a call through command line interface, but thats pretty much it, preferably looking for something cheap, the voip …
1
vote
0answers
18 views
Using Windows named pipes from inside activeX control - Possible?
Hi All,
I am starting to design a DMO to run from inside a windows media player activeX control in Internet Explorer.
is there any reason why using windows named pipes from inside the DMO wouldn't …
0
votes
2answers
24 views
How to Set ActiveX Control Name
I have an ActiveX control and have signed it with a test certificate every this is working fine but problem is that My internet explorer shows an ugly message The website wants to run following …
1
vote
1answer
57 views
callback/event management with COM/Ole/ActiveX
I am writing a native COM/Ole/ActiveX wrapper for a scripting language.
I need some advices to implement events/callback (like onreadystatechange from Microsoft.XMLHTTP object)
I noticed that some …
0
votes
0answers
39 views
Manually Installing ActiveX component
I'm trying to view a surveillance camera system. The remote access is available through a website, and that website seems to need to download a CAB file full of goodies to let me view the cameras.
…
0
votes
1answer
32 views
Difference between COM DLL & ActiveX control
Few similarities I know..
Both cannot execute by themself. It needs some program to instantiate it.
COM DLL & ActiveX controls are platform independant.. (Is it so..?)
Both requires to support …
1
vote
3answers
51 views
How do I intercept DLL load/unload events in a VB6 ActiveX DLL?
I've inherited a legacy classic ASP application that uses VB6 ActiveX DLLs to perform the business logic.
I'd like to track the points at which the DLLs are loaded and unloaded. Is there any way of …
0
votes
1answer
12 views
ActiveX running Issue on Vista
I have Installed ActiveX control on windows vista.. using Internet Explorer and cab file.. It is installed.. I have signed the ActiveX with a test certificate.. but IE is not running my ActiveX, but …
0
votes
0answers
45 views
+200
Disable pan and zoom on Windows Mobile Explorer 6
I have a web page that is used with mobile devices to take signatures, but the signature component doesn't work well in windows mobile 6.
When moving the stylus across the component, the screen will …
