activex

IShockwaveFlashEvents: how to handle getURL("javascript: ?

Hi, I wrote a simple WinAPI application in C++ which embeds the Abode Flash ActiveX control. It works fine. Next task that i have to do it is handle getURL("javascript:somefoo(someparam)", "")in C++ I don't understand the right way to do this. I create connection point to listen to _IShockwaveFlashEvents and my STDMETHODIMP Invoke(...)...

VBA ActiveX controls grow in size over Remote Desktop Connection

We have an Excel workbook with a number of ActiveX controls, running in Excel 2003 on Windows XP. When connecting using Remote Desktop, the ActiveX controls change font, sometimes font size, and sometimes orientation (in the case of a spinner control). This happens on first connection and also as the workbook is used - some of the cont...

Is there anyway to export a function (not a class) in VB6?

I want to create an ActiveX DLL from Visual Basic 6 from which I would like to call some public functions. I will call this DLL only from VB6. However, it seems that only classes get exported. Is there any workaround? I know there is a way to create DLLs from VB6 with standard WINAPI functions. This is not what I want, because I would ...

.Net ActiveX component is not working from Remote Machines.

hi I have developed ActiveX componet i.e actually wrapper around a .Net Library. Every thing working fine if i launch the application from local ie where the application is hosted. The library actually prints a card. if i launch the application from a remote machine, The print dialog is coming but no printing is happening. Thanking...

Notifications/Alarms in Windows Sidebar Gadgets

I need to include some kind of notifications in a sidebar gadget, preferably systray popups or sound notifications, so that they can't be missed/overlooked. Is there any existing JavaScript lib or ActiveX that you could recommend? ...

Load ActiveX DLL in Internet Explorer with elevated privileges

I have an ActiveX control that I'm loading with JavaScript in Internet Explorer. It needs to run as medium integrity under UAC in Vista and Win7. This is written in C/C++, compiled in Visual Studio. One way to elevate privileges is to create a broker process that can request a medium integrity level. However, for this project, this is n...

How to ignore the error of the certificate

Sorry ,my English is poor, I have never speak English after I leave the school. but now this problem have trouble me for a long days. My problem: when I open the website which the security certificate is wrong ,then IE8 show: =========================== There is a problem with this website's security certificate. The security certi...

Dilemma of Sending a Byte Array from JavaScript to COM.

Hello there, I'm having a bit of a problem because neither Javascript nor ActiveX (written in C++) are behaving like good little children. All I'm asking them to do is for Javascript to send a byte array and for the ActiveX to receive the byte array correctly in order to do more computation. This is how I declared my byte array in JS, a...

Print/save full webpage as PDF

I need a method to be able to print/save the current full webpage as a PDF. I know it can be done if I download a PDF printer and print to that; but I need it to be done without the user having to do anything other than click a button in a webpage. I can't do it via PHP as the page is all client side content, so I'm guessing an ActiveX...

How to share session cookies between Internet Explorer and an ActiveX components hosted in a webpage?

I am currently working on a .Net application which makes HTTP requests to some web applications hosted on a IIS server. The application is deployed through ClickOnce and is working fine on simple networks architectures. One of our customers has a very complex network involving a custom authentication server on which the user has first to...

Properly dispose QuickTime control

Hi, I'm currently developing an application for Windows platform that will be able to play Quick Time videos. The targeted OS versions are Windows XP, Windows Vista and Windows 7. I successfully used the Apple ActiveX QuickTime Control 2.0 (in C#) and everything works well on Windows XP. However, on Vista and Windows 7 I'm facing prob...

HTTP PUT method returns 404 on IIS7

I installed demo activeX on my web application which at the end try to upload file on server using PUT method. I'm using Windows 7. There I get an error 404 File Not Found. Can you please let me know what I should fix to make this working. ...

Looking for a tool to enumerate the methods and properties on a compiled activeX

Hi, I'm looking for a tool to enumerate all methods and properties on an activeX binary. Right now, my solution consists in adding the activeX as a reference in a VB6 project, then use the object explorer (F2). Is there anything quicker than that? Ms ActiveX Control Pad isn't an option, as it's far less usable than the VB IDE. Edit...

How to detect an active x component that does not respond any more?

My application is written in C++ and uses the Qt framework. I use the QAxWidget class to access an active x component. Now I need some kind of mechanism that notifies my application each time the active x component has crashed or does not respond any more (due to dead lock or infinite loop). (1) can easily been done by watching the e...

How to make IE to install updated CAB File.

HI My web page is hoting an ActiveX Contol packed in a CAB File. IE is automatically installing the CAB file, if the ActiveX is not present on the client machine. waht are steps i need to make sure. So that the client should always have the updated ActiveX control, if the web application has a new version of the activex control. Tha...

By passing active x object while sending request to url?

Hi i am trying to login site with request, using username and password , i can succesfully login the user than i want to parse some html and send it to database ,what it return is activex object that i can not do anything(by the way i am using java to do that) ,in order to bypasss the active x object what is your solution? 1-First come t...

Which Controls will used to create Active X controls in asp.net

Existing application in Java, Present we developed in .net. ...

How to invoke client ActiveX via javascript

Hi I want to let server to invoke client ActiveX via javascript. The script work well as it run on my local system. Then I place it into Apache Server and it's malfunction. Script: <object id="lv_obj" classid = "CLSID:30A92485-94D2-4CBA-AC32-EF276B7F777B" CODEBASE="" ></OBJECT> try { document.all.lv_obj.Init("PCS_Tes"); } catch (...

ActiveX controls with old Delphi versions

I'm testing a non visual ActiveX control based on a registered .ocx which I import into Delphi using the provided wizard. Then, I simply put the generated component on the main form of a new VCL application. Under old Delphi versions (D5 and D2007), when i launch the application, this raise an AV during the component initialization. w...

Is it possible to avoid page reload after accept of an activex object.

I have a multi-page flow of webpages (jsp). After the user have done a lot of work i need to use an activex component, if not pressent on the machine the user is presented yellow bar at the top to accept the component, after accepting the page is reloaded and the user must repeat all the work, do to the fact that the page is reloaed - ca...