9
votes
6answers
556 views
How many people have abused your ‘with source’ purchase option?
I'm interested in finding something out. In Delphi the default since the begining when buying components has been to be able to purchase them with source (even if it might be a sl …
6
votes
2answers
288 views
Windows 7 & VB Classic Code: Any runtime issues?
Microsoft has promised that VB6 code will continue to work on Windows 7, but has anyone noticed any gotchas specific to running VB6 code in the Windows 7 RC?
And for that matter, …
6
votes
7answers
934 views
Is there a way to force IE to unload an ActiveX control?
We have some dynamic HTML pages which include an <OBJECT> tag that instantiates an ActiveX control. The user may then navigate to another page, which contains an <OBJECT&g …
6
votes
3answers
869 views
Delphi 2009 COM/ActiveX Type Library support stability
Referring to TLB and maintenance issues ...
My question to people (often) using the new COM/ActiveX type library support in Delphi 2009:
How stable is the implementation?
Especia …
6
votes
3answers
968 views
How can I hook up to Excel events in Javascript
In a client-side web application, I would like to:
open an Excel spreadsheet,
export some application data to Excel,
allow the user to work with it, and
when they are done, read …
5
votes
4answers
267 views
Java SWT interop with COM - putting a float[] into a Variant?
In my Java SWT application I'm hosting an 3rd party ActiveX control. I'm using OleClientSite to do this.
// Ah, this works. :-)
OleAutomation comObject = new OleAutomation(...);
…
5
votes
2answers
504 views
Windows Media Player Ignoring Me
I'm the guy who was here a while back asking about controlling Windows Media Player via Java. I've made progress, but I've hit a vexing problem, so I'm back looking for help.
I f …
5
votes
2answers
2k views
C# COM DLL - do I use REGASM, or REGSVR32?
I am building a C# ActiveX DLL... do I use REGASM or REGSVR32 to register it?
How do I register the 64-bit interface vs the 32-bit interface?
5
votes
5answers
14k views
ReportViewer Client Print Control “Unable to load client print control”?
Has anyone come across this issue?
Seems MS have broken it with their own update:
A number of people have reported
problems using the ActiveX print
control in the report v …
5
votes
2answers
1k views
Active X Control JavaScript
My coworker and I have encountered a nasty situation where we have to use an active X control to manipulate a web camera on a page. Is it possible to assign a javascript event han …
4
votes
2answers
222 views
How can my ActiveX control take over Print, Save As, Find, etc. within Internet Explorer?
I have an ActiveX control that displays documents of a given file format within IE, much like Adobe have an ActiveX control that displays PDFs.
My control is a full-page control, …
4
votes
3answers
416 views
Get a screenshot from an ASP.Net page
I have an ASP.Net page that has a button that when clicked I would like to take a screenshot of the user's PC and send it to a server.
I'm ok with writing some sort of listener pr …
4
votes
7answers
2k views
Blocking dialogs in .NET WebBrowser control
I have a .NET 2.0 WebBrowser control used to navigate some pages with no user interaction (don't ask...long story). Because of the user-less nature of this application, I have set …
4
votes
2answers
1k views
.NET ActiveX Component in IE - How to Get Browser Reference
I admit I know enough about COM and IE architecture only to be dangerous. I have a working C# .NET ActiveX control similar to this:
using System;
using System.Runtime.InteropServ …
3
votes
2answers
178 views
Sever a .NET COM Interop assembly from its hosting process
When an ActiveXObject is hosted in a Windows Desktop/Sidebar Gadget, that ActiveXObject is sort of cached and the DLL file for it is locked (meaning it cannot be moved, deleted or …
