Hi,
I want to load an SWF object from a Memory Stream or a byte array instead of a file on disk.
AxShockwaveFlash class provides methods and properties to load an SWF providing its path to disk as a string but I haven't seen another way of doing it. There is an InlineData property but generally the class is undocumented and I don't kno...
We have a .NET ActiveX control which is embedded inside a custom SharePoint page.
The user has to authenticate (Windows Authentication not Forms Authentication) to access this page.
Our ActiveX control is making web service calls back to the SharePoint server. Because the SharePoint server does not allow anonymous access, we need to p...
I was wondering if there was a way of using the Cell function rather than Range with MATLAB's ActiveX commands? Perhaps someone has a solution to my problem. I have many lists of data and all of varying sizes, for example:
List 1 has 10
List 2 has 13
List 3 has 3
...
I would like to take that data and export it to a new sheet in Excel...
I created a cab file that contains my activex using CABARC.exe. I also created an .inf file. My inf file looks like this:
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
MySetup.exe=MySetup.exe
[MySetup.exe]
file-win32-x86=thiscab
clsid={49892510-B520-4b35-8ADF-57084DD2F717}
My html looks like this:
<ob...
I have an ActiveX control written in C++ that I created with VS2008 and ATL. For the most part, it is a pretty standard (not modified much from the original template) control, except that instead of using IDispatchImpl, I have created my own IDispatchEx implementation. This control is only used in Internet Explorer, and I have been tes...
I'm developing a video player using WPF and AxShockwaveFlash.
It has following steps:
find video from a web service.
it acquires information of each video.
pass video information to AxShockwaveFlash and embedded flash video player.
embedded flash video player starts streaming download from web service.
I have a problem on step 4.
St...
Hi,
Is there any way for ActiveX controls to work on Linux? I'd imagine the answer is no, but just want to be sure.
My company is considering a Linux port of a ASP.NET project (using Mono), but it uses ActiveX controls quite heavily, so we wonder if it's even feasible.
Sorry if the question is dumb!
...
I use the IE PrintTemplate to add custom page header/footer.
The print template sample I found in Beyond Print Preview: Print Customization for Internet Explorer 5.5.
But over SSL when the bowser renders following tag
<IE:LAYOUTRECT ID='layoutrect1' CONTENTSRC='document' ONLAYOUTCOMPLETE='OnRectComplete()' NEXTRECT='layoutrect2' CLASS='...
hi folks,
i've got an activeX component with several events. debugging this dll in .net proofs, that the events are raised and can be breakpointed ( is this a word? ;) )
registering this dll via regasm /codebase works and i can add this activeX in ax on a form. the events are listed in the activeX-explorer in ax.
but it seems, that i'v...
We have a piece of legacy code in C# .NET, targetted for the Compact Framework. We would like to turn this code into an ActiveX control, which has to run on the .NET Compact Framework under Windows Mobile 5. Is it possible to implement such a control? If so, can anyone provice a good resource that explains how this can be done?
I have a...
I have an activex control, that I developed myself. The activex runs in a thread to make sure that IE doesn't freeze when its executing the long task. The long task is pretty much looping through 32K rows. Now while its looping I would like to display a message to the IE user notifying him about the row position. That way the user can se...
This might be a naive question, but when using a python framework, what approaches are available to provide the kind of functionality that can be exposed using an ActiveX control as an embedded object. The specific example I have in mind is a third party ocx we are using in some ASP.NET pages to provide TWAIN interaction on the client si...
I use jQuery modal dialogs (jQuery UI) for modal popups.It is working fine, until recently we installed an activex plugin. Now, when ever the plug in is activated, this popup goes behind the plugin.Is there any way to show the modal dialog on top of activex plugin ?
Browsers: IE7,IE8
...
Hi all,
I need to pass data (byte array, i.e char*) from ActiveX object (using Visual C++ with ATL) to my javascript code (and vice versa). I've digged the Web for such problem and tried lots of solutions but have not succeeded. I've tried the followings:
Converting char* to BSTR and pass it to javascript (JS), but my result in JS is ...
I have to develop a plug-in for an external program using C#.
I am an experienced Qt/C++ programmer and the core of the plug-in is programmed in C++.
My first idea was to program GUI in C#, which write settings to a text file and then call the core C++ code, as an external process, with this textfile as an input.
However I also noticed...
We're deploying to our intranet (Internet Explorer 7) an ASP.NET webapp which we created and which we know does not contain ActiveX in any way. A yellow "Information Bar" is appearing when the webapp loads in the browser, with the following message:
Your security settings do not allow
websites to use ActiveX controls
installed o...
Hi all,
can someone give me some advice on where to start.
I have quite a complex system built as a delphi Activeform. And it runs embedded in a webpage.
System runs great, except when closing down ie. after IE closes I get a bunch of error saying:
IEXPLORE.EXE - Application Error
The instruction at "blahblah' referenced memory at "an...
I am unable to read the answer for this from the QT manual so hopefully someone here can help me.
There is a COM event described like this :
Event OnlineStatus(pUser As IUser, ByVal Status As TOnlineStatus)
where TOnlineStatus is Enum with members like "Constant olsAway = 2".
How do I connect a slot to that event if I am using the ...
Hi,
I implemented an ActiveX control that gets loaded when a tiff file is detected.
I want to remove the IE Zoom option for the current page, the zooming will be handled by the activex itself.
From IServiceProvider I can get a pointer to IWebBrowser2, but the only thing I can do there is to query the status of the zoom command.
Any h...
Hi,
I implemented an IE plugin (ActiveX) that has some inputbox controls on it. Each time when I press TAB or Backspace, the container (main IE window) will also process those events. Is there any way to stop propagating the WM_KEYDOWN to the parent window?
Thanks,
Cristian
...