0
votes
2answers
14 views
WPF as IHTMLPainter control
I need to host WPF control inside IE, therefore I'm trying to implement IHTMLPainter and IElementBehavior interfaces. I'd like to build my custom behavior and use it inside IE, but …
0
votes
1answer
20 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 r …
1
vote
3answers
37 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. …
1
vote
2answers
43 views
Developing ActiveX controls
I would like to develop an ActiveX control and as I don't own visual studio I'm wondering whether I can use VisualC++ express edition on it's own, or do I also need the Windows Pla …
0
votes
0answers
28 views
Using JavaScript to get an LDAP multi-valued string attribute
I am trying to retrieve an object attribute in Active Directory that appears to be a multi-valued string (See canonicalName). After performing a search:
var conn;
conn.Open = 'Pr …
2
votes
2answers
21 views
Create Visual Fox Pro DBF with activex
Hi,
any one knows if there is a activex dll that can create VFP DBF files?
I mean im writing app with 1C:Enterprise 8.2 language, and i need to export some datas into VFP DBF. And …
0
votes
0answers
22 views
+150
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 …
0
votes
0answers
14 views
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 compone …
0
votes
0answers
12 views
Is it possible to control when the activeX warning appears in Excel 2007
We have an Excel spreadsheet with an ActiveX control on one of the VBA forms. We are getting an ActiveX security warning popup - this is expected and perfectly fine. The odd thin …
0
votes
1answer
13 views
ActiveX Print a web page
I would like to find or write an Internet Explorer ActiveX control that will allow me to print a web page to a specific printer without a dialog box. The problem that I am having i …
0
votes
2answers
118 views
How can I load an SWF from a C# EmbeddedResource without first writing to file?
I'm using the flash 10 activex control to load a flash movie into my WinForm. Unfortunately, it only takes a path. What I'm trying to do is load the swf from a stream I can get f …
2
votes
3answers
60 views
How to pass variable by reference in javascript? Read data from ActiveX function witch returns more than one value.
I have a ActiveX object witch I want to use in the browser (javascript).
There is a function I want to call. It's prototype is:
function TOPOSFiscalPrinter.DirectIO(Command: Integ …
-1
votes
2answers
33 views
problem on executing on mozilla (activexobject is not defined)
my source is working in IE but not in mozilla. please help me.
<script type="text/javascript">
<!--
var adOpenDynamic = 2;
var adLockOptimistic = 3;
/* Path of database. …
0
votes
0answers
17 views
Conditional hooks in inf file.
Dear all, i have to run my setup.exe file conditionally in a .cab file. that setup.exe installed myproduct.exe. I prepare my setup.exe by using installshield. How can i check in IN …
0
votes
1answer
21 views
VB6 ActiveX DLL Running Slow On Terminal Server 2008
I have a VB6 ActiveX DLL that has run fine on all our machines for several years. Recently our IT manager setup several locations so they remote into Terminal Server 2008 and run t …
