Tagged Questions

0
votes
1answer
49 views

Word document printed on MS Access report using OLE object

Hi, For years, we have been printing Word 2003 documents that have been saved to a OLE object column using an access report. We are using Access 2003. For some reason when we co …
2
votes
4answers
204 views

How do I convert a stdole.StdPicture to a different Type?

To receive the bounty, please provide an answer with working code. Thanks. I have a stdole.StdPicture Object of the Type vbPicTypeIcon. I need to convert it to Type vbPicTypeBitma …
0
votes
1answer
21 views

What happens if I violate the requirements imposed on ProgIDs?

This MSDN article states that any ProgID must meet several formal requirements, length restriction included. However nothing is said about what happens if those are violated. I fo …
0
votes
1answer
27 views

Can multiple ProgIDs point to the same ClsID?

I am working on a set of what are essentially plugins, which are COM servers. Each plugin has a set of configuration data which is managed by another component, the primary key to …
1
vote
1answer
34 views

OLEVariant to .Net byte[]

I have an OLEVariant disguised as a .Net object that I recieve from a client-side component over the net. I know that the contents are an array of bytes, but I don't know how to co …
0
votes
1answer
19 views

Permission Denied in IE w/ iDispatch DISPATCH_PROPERTYGET

Howdy, I have a activex control that I've written using ATL, and am running into a somewhat serious and confusing problem. when iDispatch::Invoke is called with DISPATCH_PROPERTY …
1
vote
1answer
18 views

property or method by DISPID

Is it possible to know if a given DISPID (result of GetIDsOfNames) is either a method, a property getter or setter ?
1
vote
3answers
100 views

How do I get the COM object from a HWND in Win32::OLE?

In Perl, if I have HWND of a window object, how can I get access to that COM object using that handle? I looked at Win32::OLE but the closest I got was the GetActiveObject method, …
0
votes
0answers
10 views

Outlook OLE in Delphi Sync Issues

I am using Delphi 6 with DevExpress cxScheduler components to sync tasks and events in our application with Outlook... When Outlook is open, and an existing event or task is updat …
0
votes
0answers
14 views

How to convert outlook date to DateTime?

Hello, I'm trying to get the sent date from outlook mails. For external mails I got it already running (see: How do I read the Recieved Date from Outlook MSG files -without- the O …
0
votes
1answer
63 views

Word COM/OLE/VBA: How to save to/load from memory a document?

Hi, According to the 'Microsoft Office Word™ 2003 Visual Basic Reference', it seems the Document object can only load a file from disk or save a file to disk. Is it possible to sa …
3
votes
1answer
82 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. …
5
votes
4answers
266 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(...); …
0
votes
1answer
204 views

Removing (or updating) an image from RichTextBox

I have a question related to managing OLE objects in a RichTextBox. What I've found so far is lots of info, but not exactly what I need, so I will make a quick introduction first …
1
vote
1answer
55 views

Embedded objects in MS Office documents using Python?

How could I create embedded objects in an MS office document using Python? I don't need anything fancy, just what one used to do in the first version of OLE: doing a copy-paste …

1 2 3 4 5 7 next
15 30 50 per page