|
Using Mozilla Firefox with Delphi
|
| |
Hello, i write applications with websites integrated. Normally i'm using the embedded web component (IE Explorer), but i want to use the mozilla firefox for security reasons. I've tried the Mozilla ActiveX Control v1.7.12 (2005 Edition). But this was a real desaster! Does anybody have an idea? (Open Source with aim)... more »
|
|
COM Newbie -- Please Help
|
| |
I accidentally posted this in the ActiveX.Using forum but I know it needs to be in here... Hello all, I am new to COM development and am at my wits end trying to figure this out. Background: I am coding through Delphi 7, trying to create a "Release Script" for Kofax Capture. This release "script" is actually a dll I... more »
|
|
Initialize a Single ActiveForm in a Multiple ActiveForms OCX
|
| |
Hi I have 2 ActiveForms in a single OCX. they share the same typelib. each one of them is implementing different behavior, but for easier deployment and maintenance i want them to be stored in one file (ocx) . lets say one is accessing the database, the other one not. i want to access only one of them at a time from within the IE html... more »
|
|
Delphi Automation Server
|
| |
I have written a Delphi 7, out-of--process (.exe), visual, apartment threaded server to used by client (host) application in support of document imaging. Problem: Each time the web page is refreshed or a different web page is display, the server closed down and then redisplays because the reference to myServObject (see below) id destroyed and then recreated.... more »
|
|
Release object question
|
| |
Hello, My Delphi application expose a few COM interfaces which are used from Excel 2007 VBA macros. Everything works as expected except Delphi is unable to recreate the exe file before the excel worksheet is closed. I guess it is because Excel keep a reference to the exe file, maybe for the type library.... more »
|
|
ComServer.UpdateRegistry question
|
| |
Hi ! I like to have my application offering COM services to register itself without user intervention. Is there any issue calling "ComServer.UpdateRegistry(TRUE );" each time the application starts ? I've done it and do not see any adverse effect. But then I wonder why it is not always done and only called when the application is invoked with command... more »
|
|
|