Click here to Skip to main content
15,881,089 members
Home / Discussions / COM
   

COM

 
GeneralRe: shell COM problems with Vista Pin
KarstenK15-Dec-09 20:28
mveKarstenK15-Dec-09 20:28 
GeneralRe: shell COM problems with Vista Pin
T800G20-Dec-09 11:02
T800G20-Dec-09 11:02 
GeneralRe: shell COM problems with Vista Pin
T800G25-Dec-09 7:17
T800G25-Dec-09 7:17 
QuestionHow to use collection object as interface method parameter in .NET Pin
Chiman111-Dec-09 17:41
Chiman111-Dec-09 17:41 
QuestionUnable to cast COM object of type 'magic.magicClass' to interface type 'magic.Dmagic'. Pin
Chrispie1239-Dec-09 23:27
Chrispie1239-Dec-09 23:27 
AnswerRe: Unable to cast COM object of type 'magic.magicClass' to interface type 'magic.Dmagic'. Pin
Richard MacCutchan10-Dec-09 2:35
mveRichard MacCutchan10-Dec-09 2:35 
AnswerRe: Unable to cast COM object of type 'magic.magicClass' to interface type 'magic.Dmagic'. Pin
KarstenK14-Dec-09 22:42
mveKarstenK14-Dec-09 22:42 
QuestionHow to hide one of the pins in the DirectShow Source Filter ? Pin
Raja Bose C Leo8-Dec-09 21:42
Raja Bose C Leo8-Dec-09 21:42 
QuestionExcel.exe is not getting killed implicitly Pin
KTTransfer7-Dec-09 18:40
KTTransfer7-Dec-09 18:40 
Hi,

I am working on Excel automation using VC++(unmanaged).

imports:

#import "libid:00020813-0000-0000-C000-000000000046" auto_search no_dual_interfaces \
rename("DialogBox", "excelDialogBox") \
rename("RGB", "excelRGB") \
rename("DocumentProperties", "excelDocumentProperties") \
rename("SearchPath", "excelSearchPath") \
rename("CopyFile", "excelCopyFile") \
rename("ReplaceText", "excelReplaceText")

Following are the two issues:

1. Whenever Excel is closed , Excel.EXE is not getting closed.

My application should track opening and closing of Excel.

I released application pointer(Excel::_ApplicationPtr) but same problem.

I googled and got few solutions, but nothing worked.

I tried :

Excel::_ApplicationPtr XL.
And getting the active object of excel using GetActiveObject.

XL->Quit();
XL->Release();
XL = NULL;

but none of these worked.

Is there any similar method like Marshal.ReleaseComObject in UNmanaged VC++?

2. Is there any callback which tracks excel.exe is closed?

Please give me clue to solve these issues.

Regards,
KTTransfer.
AnswerRe: Excel.exe is not getting killed implicitly Pin
serzh8316-Dec-09 5:21
serzh8316-Dec-09 5:21 
Questionusing interface Pin
Chiman15-Dec-09 1:09
Chiman15-Dec-09 1:09 
AnswerRe: using interface Pin
Jonathan Davies5-Dec-09 5:03
Jonathan Davies5-Dec-09 5:03 
AnswerRe: using interface Pin
«_Superman_»5-Dec-09 5:04
professional«_Superman_»5-Dec-09 5:04 
QuestionCalling Com object From C# to add 2 numbers Pin
Chrispie1232-Dec-09 7:47
Chrispie1232-Dec-09 7:47 
AnswerRe: Calling Com object From C# to add 2 numbers Pin
Chrispie1233-Dec-09 18:32
Chrispie1233-Dec-09 18:32 
AnswerRe: Calling Com object From C# to add 2 numbers Pin
KarstenK14-Dec-09 22:48
mveKarstenK14-Dec-09 22:48 
AnswerRe: Calling Com object From C# to add 2 numbers Pin
Md. Marufuzzaman15-Dec-09 4:04
professionalMd. Marufuzzaman15-Dec-09 4:04 
QuestionIs it possible to attach the manifest info to a dll for SxS? Pin
levinp29-Nov-09 21:41
levinp29-Nov-09 21:41 
QuestionUsing COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 1:19
Ash_VCPP27-Nov-09 1:19 
AnswerRe: Using COM component invalid pointer error Pin
KarstenK27-Nov-09 1:34
mveKarstenK27-Nov-09 1:34 
GeneralRe: Using COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 2:15
Ash_VCPP27-Nov-09 2:15 
AnswerRe: Using COM component invalid pointer error Pin
User 121625727-Nov-09 2:24
User 121625727-Nov-09 2:24 
GeneralRe: Using COM component invalid pointer error Pin
Ash_VCPP27-Nov-09 2:31
Ash_VCPP27-Nov-09 2:31 
GeneralRe: Using COM component invalid pointer error Pin
KarstenK27-Nov-09 2:50
mveKarstenK27-Nov-09 2:50 
GeneralRe: Using COM component invalid pointer error Pin
Richard MacCutchan27-Nov-09 3:46
mveRichard MacCutchan27-Nov-09 3:46 

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.