Tagged Questions
OLE Automation, is an inter-process communication mechanism based on Component Object Model (COM).
15
votes
3answers
553 views
Implementing drag-drop from Chrome on my .NET Windows form
Google Chrome has a handy feature where I can click a download link and drag it into a Windows Explorer window, and then drop. After dropping, Chrome then downloads the file and it appears where I ...
12
votes
3answers
804 views
Context menu disappears with Word automation
When I am editing a Word document in an OleContainer (inplace) and I switch to another Word document and then I switch back, I cannot use my rightmouse button anymore. The context menu will not show ...
7
votes
3answers
698 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(...);
There are 2 easy ...
6
votes
2answers
295 views
Perl's Data::Dumper shows objects instead of values
foreach my $row (1..$end)
{
foreach my $col (3..27 )
{
# skip empty cells
next unless defined
$worksheet->Cells($row,$col)->{'Value'};
# print out the contents of a ...
6
votes
1answer
244 views
How to free TOleStream in this bit of code
This is from a custom namespacer handler done in Delphi I use to load files into a webbrowser component.
Datastream:IStream;
var
F: TFileStream;
Dummy: INT64;
begin
...
5
votes
4answers
291 views
How to redirect mouse wheel message to other windows?
I'm developing a Word addin for MS Word on Windows, and this addin has as 'advanced task pane' showing and docking on the left side of the Word document window (it's treeview(outline) showing a list ...
5
votes
3answers
477 views
Can the .NET 4 Task Parallel Library use COM objects?
This is an "is this possible, and if so can you give me a quick example because I can't find one online?" kind of question.
I have a number of completely separate (i.e. "embarrassingly parallel") ...
5
votes
1answer
426 views
How to evolve a COM interface?
COM is known to make backward-compatibility possible when releasing new components or applications. This is possible because interfaces in COM are stable i.e. they do not change.
I tried hard to find ...
5
votes
1answer
1k views
Need ActiveX control to embed Excel into a dialog
I'm building an "import from Excel" function. It has to be in a DLL, called from a non-MFC app. Has to provide an image of the spreadsheet that users can drag a select box around (to select cells), ...
4
votes
1answer
75 views
Change user-type name of Active-X plug-in written in C#
I'm currently appointed the task of creating an Active-X plug-in for one of our clients. Now I've successfully created Active-X plug-in in C#/.NET (a Windows Form control which inherits from the ...
4
votes
3answers
170 views
Thread safety using OCXs from C# .NET
I haven't used OLE/COM for quite some time as a developer, but I currently have a need to use some 3rd party OCX code libraries from a C# program.
The C# program uses threading (it's a TCP socket ...
4
votes
1answer
342 views
Is it possible to have Delphi auto-generate event-support code for an imported OLE/COM type library?
I'm trying to generate _TLB import units for Outlook 2003, 2007 and 2010 (and also other OLE servers) analogous to the ones bundled with Delphi for Outlook 2000 and 2002. However, I couldn't get the ...
4
votes
1answer
700 views
InvalidCastException, QueryInterface call failing on COM component
First off, I'm extremely new to the whole COM scene so bare with me.
I'm trying to use PCAnywhere's Ole automation in a .net applicaction I'm currently developing (VS 2010, c#). PCA 12.5 comes with a ...
4
votes
1answer
470 views
VBScript and multilevel OLE?
I have made a vbscript to target some computers and do wmi queries on them, and my boss wants this data to be put inside a document. The problem is that this document is a Microsoft Word document with ...
4
votes
3answers
2k views
Converting an OLE Image Object from MS Access for use in .NET
I'm working on redeveloping an Access based system into c#.net, however when MS went from office 2003 to office 2007 they removed the picture editor within access - which meant that previously stored ...
4
votes
1answer
1k views
JXL and Apache POI parsing excel with attached image objects
I have tried using JXL and Apache POI to load data from an excel file, up until now the JXL mechanism has worked fine. Even if I embed an images in the file.
I received a file from a source which ...
4
votes
2answers
629 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, just like the PDF ...
4
votes
4answers
581 views
From C#, open an arbitrary application
Related question [stackoverflow] here.
I'm trying to do the above, but I want to take the process one step further. I want to open an arbitrary file using the default editor for the file type. From ...
4
votes
3answers
929 views
COM / OLE / ActiveX / IDispatch confusion
I can't wrap my head around the differences among these terms.
Are COM and ActiveX synonyms?
Is ActiveX object just a COM object that exposes IDispatch?
Lots of older MSDN pages mention ...
4
votes
4answers
469 views
4
votes
3answers
2k views
automate excel file processing in perl and avoid dialog/UI interactions
How can a I guarantee that no pop-up dialogs will appear when I automate Microsoft Excel through OLE? I'm using a Perl module (Win32::OLE). I can avoid most dialog pop-ups using the following code:
...
4
votes
2answers
369 views
Why can't Win32::OLE talk to Excel2003 under Win2003?
I have a Web-based Perl Win32::OLE script that uses Excel on the server side. It has been working happily for years on a Win2000 server running Excel2000. We recently upgraded to Win2003/Excel2003 and ...
4
votes
3answers
4k views
Populate Excel with data from LINQ to SQL query
I am trying to send some data from a LINQ query in C# to an Excel speed sheet using OLE
I have a query like this:
Var data = from d in db.{MyTable}
where d.Name = "Test"
select ...
3
votes
1answer
84 views
COM surrogate for third party component
I'm writing a small DLL component that needs to access two third party components to combine data, one of which is 32 bit only and the other is 64 bit only. Both are registered with a TypeLib and are ...
3
votes
1answer
104 views
OLE automation problems with C++ - “Class not registered”
I'm trying to port a LabView program to C++, and the OLE calls it contains are giving me some trouble.
The LabView program starts out by doing an "Automation open", i.e. getting a reference to the ...
3
votes
1answer
158 views
Creating a minimalistic MSHTML-based window
I have a library for Haskell that can take an ordinary web application, run it on a local server, and then open up a window displaying that application using QtWebkit. The code to interface with Qt is ...
3
votes
1answer
214 views
Get Paragraphs in specific Section of Word Document
I'm having problems finding a specific section in word. It was recommended I try looking through the VB Object Browser in Word for help. I know there are at least 5 heading "sets" (I.E. if you look in ...
3
votes
1answer
351 views
Retrieving Outlook 'Inbox' and 'Sent' folders in Delphi using OLE
What's the best way to go about extracting Outlook folders from within Delphi? Ideally I'd like to retrieve the Inbox folder and any other folders within it. I don't require the email headers/message ...
3
votes
1answer
256 views
Using OLE in Perl to traverse Outlook folders
I've got a script which will happily export messages from a folder in outlook to rfc822 files, fine.
But I want to traverse/iterate/recurse through the entire list of folders in outlook to extract ...
3
votes
3answers
526 views
Delphi - OLE variant passing problem (RsLinx OPC, Group Adding working with only from constants)
We got OPC job. I cannot installed RsLinx to my Win7 (and XP mode too) because of errors, so I send my test app to the real place, and somebody testing it.
Because I don't have DLL, I cannot make ...
3
votes
1answer
562 views
How to make Word invisible during OLE automation from Delphi
From our application we use OLE automation to build a fairly complex Word-document. I would like to make Word invisible while the document is being made, since there is a lot of pasting and insertions ...
3
votes
1answer
369 views
Why is this C# COM class usable from VBScript but not JScript?
Consider the automation-compatible COM library in C#, given below. It follows a common COM pattern of having a visible factory coclass FooFactory implementing ICreateFoos which creates an object of ...
3
votes
1answer
450 views
Using OLE to get text out of Powerpoint
I am trying to use Win32::OLE to get a list of slides and their titles from the current presentation.
So far I can get
my $powerpoint = Win32::OLE->GetActiveObject('Powerpoint.Application')
...
3
votes
2answers
684 views
Word OLE Automation - delete first page and manipulate header and footer
I am using PHP to start Word Automation and manipulate word documents, but i guess it can be done in all any other language. What i need to do is quite simple, i need to remove the first page and add ...
3
votes
1answer
71 views
Embedded Office Application - How to know whether the app is running or the object is embedded
I am adding an Excel Worksheet object inside Word. Excel has a COM addin attached to it. Any idea how one can know whether Excel is running independently or as an embedded object?
The COM Addin ...
3
votes
3answers
553 views
Strip OLE header information (MS Access / SQL Server)
I have a C++ application that needs to support binary database content (images, etc). When using MS Access or MS SQL Server this data is wrapped inside an OLE object. How do I strip this OLE header ...
3
votes
1answer
78 views
Can a program that controls IE detect if a HTTP 30x code is encountered?
I am trying to control an InternetExplorer.Application via the COM interface, using Perl, Win32::OLE, and information from MSDN. My goal is to get as good an idea as possible about what IE is doing. ...
3
votes
1answer
280 views
Convert an Icon to IPicture in .NET 4.0?
One of the standard and (somewhat) supported answers was to use Support.IconToIPicture from the Microsoft.VisualBasic.Compatibility assembly. However, in .NET 4.0, "This API is now obsolete".
Yes, ...
3
votes
4answers
403 views
Why saving of MSWord document can silently fail?
I need to change some custom properties values in many files. Here is an example of code - how I do it for a single file:
import win32com.client
MSWord = win32com.client.Dispatch("Word.Application")
...
3
votes
3answers
1k views
Set OLE Request Timeout from C++
I am instantiating a local COM server using CoCreateInstance. Sometimes the application providing the server takes a long time to start. When this happens, Windows pops a dialog box like this:
...
3
votes
5answers
3k views
How do I script an OLE component using Python?
I would like to use Python to script an application that advertises itself as providing an OLE component. How should I get started?
I don't yet know what methods I need to call on the COMponents I ...
3
votes
2answers
5k views
How to do a simple mail merge in OpenOffice
I need to do a simple mail merge in OpenOffice using C++, VBScript, VB.Net or C# via OLE or native API. Are there any good examples available?
2
votes
0answers
61 views
Delphi 6 OleContainer SaveAsDocument creates corrupt file in Windows 7 / Word 2010, OK in XP / Word 2003
I'm working on a legacy Delphi 6 (Build 6.240, Update Pack 2) application that works fine on Windows XP and Office 2000 - 2003.
Our client now wants to be able to run the app on Windows 7 with Office ...
2
votes
1answer
62 views
Create COM server with Ruby?
Ruby on Windows has the win32::ole library that allows Ruby to act as a COM client, similar to VBScript and other scripting languages (Python, Perl, etc. with win32 bindings). However, I am wondering ...
2
votes
1answer
127 views
How to add a button to Excel with OLE
I use OLE method like this:
var
xlApp, xlWorkBook, xlWorkSheet, arr: Variant;
begin
xlApp := CreateOLEObject('Excel.Application');
xlApp.Visible := True;
end;
How to add a ...
2
votes
2answers
91 views
How can I programmatically activate an OLE control via COM interfaces?
I have an application which embeds a button control via ActiveX. The button was provided by a third party, and it implements a whole range of ActiveX interfaces (among which is IOleInPlaceObject). I ...
2
votes
3answers
317 views
Updating OLE Reference in VB6 app
I have an old vb6 app that I'm in charge of maintaining that saves, opens, and prints Word documents to a users computer. The other day when we switched from office 2003 to office 2010, I started to ...
2
votes
2answers
236 views
Strange Case of the missing method, Legacy vb6 application with SXS = “object doesn't support this property or method.”
I have a project written in Vb6 that uses a UserControl, The project runs fine when the ocx is registered but if I run the same project with a side by side manifest.
I can use the Control with no ...
2
votes
3answers
961 views
OLE Automation: How do i copy text between Word documents without using the clipboard
While doing som Word automation from Delphi XE, I have two documents open simultaneously. I want to copy the contents of a given range of one document to another range in the other document. How can I ...
2
votes
1answer
473 views
Getting an IStream from an OleVariant
I am using Delphi along with WinHTTP to do an HTTP request to download some files from the internet, and I can do the request but I don't know how to get the IStream from the OleVariant that is ...