Click here to Skip to main content
15,886,806 members
Home / Discussions / COM
   

COM

 
GeneralRe: How to Rreference COM object(tlb file) in VC++ Pin
Jahnson K7-Apr-08 8:19
Jahnson K7-Apr-08 8:19 
AnswerRe: How to Rreference COM object(tlb file) in VC++ Pin
Member 38312474-Apr-08 3:21
Member 38312474-Apr-08 3:21 
GeneralTAPI related Question Pin
ritz123421-Mar-08 0:44
ritz123421-Mar-08 0:44 
GeneralGetting E_ACCESSDENIED when calling IPersistFile:Save Pin
TClarke20-Mar-08 6:08
TClarke20-Mar-08 6:08 
GeneralRe: Getting E_ACCESSDENIED when calling IPersistFile:Save Pin
Nathan Holt at EMOM20-Mar-08 8:43
Nathan Holt at EMOM20-Mar-08 8:43 
GeneralRe: Getting E_ACCESSDENIED when calling IPersistFile:Save Pin
Member 785300318-Apr-11 14:13
Member 785300318-Apr-11 14:13 
Questionwhere is the type library for IDataObject ? Pin
Vlasta_20-Mar-08 1:05
Vlasta_20-Mar-08 1:05 
GeneralRe: where is the type library for IDataObject ? Pin
Nathan Holt at EMOM20-Mar-08 9:42
Nathan Holt at EMOM20-Mar-08 9:42 
Vlasta_ wrote:
Why do I need it: I have my own interface with IDataObject as an argument of one of its methods. The type library compiled from that .idl contains beside my own interface also IDataObject and a couple of others, which are referenced by it. As a consequence, the proxy for that interface is wrong and drag and drop stops functioning in my app . I tried to find a type library to put in importlib("") statement, but did not find it. There must be something obvious I am overlooking.


I can think of a couple other options. One is to provide custom marshaling for your method. Another is to just pass an IUnknown and query for IDataObject in your code. I tried to find the tlb for IDataObject and I couldn't find it either.

Nathan
GeneralRe: where is the type library for IDataObject ? Pin
Vlasta_20-Mar-08 13:40
Vlasta_20-Mar-08 13:40 
GeneralRe: where is the type library for IDataObject ? Pin
Vi23-Apr-08 20:35
Vi23-Apr-08 20:35 
GeneralError when calling a dll from asp Pin
WinCrs19-Mar-08 23:37
WinCrs19-Mar-08 23:37 
GeneralRe: Error when calling a dll from asp Pin
User 21559720-Mar-08 10:16
User 21559720-Mar-08 10:16 
GeneralServer busy message [modified] Pin
sheetal_0618-Mar-08 18:38
sheetal_0618-Mar-08 18:38 
GeneralRe: Server busy message Pin
User 21559720-Mar-08 10:13
User 21559720-Mar-08 10:13 
QuestionHow to make ActiveX Control Redraw in a work thread? Pin
samfromcn18-Mar-08 16:42
samfromcn18-Mar-08 16:42 
AnswerRe: How to make ActiveX Control Redraw in a work thread? Pin
Lim Bio Liong19-Mar-08 18:44
Lim Bio Liong19-Mar-08 18:44 
GeneralRe: How to make ActiveX Control Redraw in a work thread? Pin
samfromcn20-Mar-08 7:18
samfromcn20-Mar-08 7:18 
GeneralRe: How to make ActiveX Control Redraw in a work thread? Pin
Lim Bio Liong20-Mar-08 17:00
Lim Bio Liong20-Mar-08 17:00 
QuestionIs it good to use ref Parameter with a COM Method in C# Pin
madhankum18-Mar-08 5:07
madhankum18-Mar-08 5:07 
GeneralRe: Is it good to use ref Parameter with a COM Method in C# Pin
Nathan Holt at EMOM20-Mar-08 8:58
Nathan Holt at EMOM20-Mar-08 8:58 
GeneralExcel Macro for Filtered Data Pin
Brendan Vogt17-Mar-08 3:15
Brendan Vogt17-Mar-08 3:15 
QuestionCan a Flash File call a custom ActiveX objects's methods Pin
thomas_tom9915-Mar-08 4:30
thomas_tom9915-Mar-08 4:30 
AnswerRe: Can a Flash File call a custom ActiveX objects's methods Pin
User 21559715-Mar-08 11:29
User 21559715-Mar-08 11:29 
GeneralCustom HTTP headers in IWebBrowser2 Pin
berserker_r13-Mar-08 4:50
berserker_r13-Mar-08 4:50 
GeneralDebugging a .net dll via com wrapper Pin
RB@Emphasys13-Mar-08 4:28
RB@Emphasys13-Mar-08 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.