0
votes
0answers
0 views
handling activeX-events in ax 2009
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 …
0
votes
1answer
9 views
How do I add an email preview button to a form in MS-Access 2003
I'm creating a form on MS Access 2003 that will send out a html email newsletter to a list of email addresses. How do I put a preview button into my form that will let me preview my email before I …
0
votes
0answers
5 views
IE PrintTemplate mixed context warning
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 …
2
votes
2answers
62 views
ActiveX on Linux using Mono?
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 …
0
votes
2answers
21 views
How to pass cookie to AxShockwaveFlash from C# ?
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 …
1
vote
1answer
14 views
InPlaceActivate on ATL control not called until mouse event
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 …
0
votes
0answers
14 views
Create CAB file for ActiveX installation for IE
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]
…
1
vote
1answer
25 views
Writing from MATLAB to Excel with ActiveX
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 …
0
votes
2answers
23 views
Accessing SharePoint authentication information from .NET ActiveX control
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 …
0
votes
0answers
16 views
Loading a Flash movie from a memory stream or a byte array
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 …
0
votes
1answer
17 views
debug output from an ActiveX control
I'm developing an ActiveX control and I'd like to throw some debug output to the console area in tstcon32 like other controls are doing. What system call is doing that?
stdout doesn't seem to be it
0
votes
0answers
26 views
Embedding Content (iframes) with an HTML 4.01 doctype?
I have some existing code that I have been tasked with upgrading to a valid doctype of HTML4.01 strict.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" …
0
votes
0answers
18 views
PreFilterMessage is not called when hosting C# control within Internet Explorer
Here is a sample:
1. Create a class 'public class RichTextBoxEx : RichTextBox, IMessageFilter'.
2. Implement 'public bool PreFilterMessage(ref Message m)'.
3. Enter into edit mode of the control and …
0
votes
4answers
40 views
Silverlight and Full Trust Issue
We are planning to build a new integration component that can provide us access to user's machine installed apps from our web site.
The first word that came to me was ActiveX, but our expertise with …
0
votes
0answers
19 views
Hello World hosted ActiveX
I apologize in advance if this seems excessively newbie, but I've been looking and Googling for days without the answer.
I want to write a Hello World ActiveX control. My requirements:
Users …
