Click here to Skip to main content
15,914,074 members
Home / Discussions / COM
   

COM

 
QuestionDocumentcompleted load event handler problem with AJAX Pin
_tasleem28-Jul-07 6:11
_tasleem28-Jul-07 6:11 
QuestionCasting error when using com-objects as parameters Pin
Erling Hagen27-Jul-07 6:12
Erling Hagen27-Jul-07 6:12 
Questionerror C2065 for CoInitializeEx Pin
koumodaki27-Jul-07 4:14
koumodaki27-Jul-07 4:14 
AnswerRe: error C2065 for CoInitializeEx Pin
CPallini27-Jul-07 4:41
mveCPallini27-Jul-07 4:41 
GeneralRe: error C2065 for CoInitializeEx Pin
koumodaki27-Jul-07 4:53
koumodaki27-Jul-07 4:53 
AnswerRe: error C2065 for CoInitializeEx Pin
Michael Dunn27-Jul-07 10:29
sitebuilderMichael Dunn27-Jul-07 10:29 
QuestionDCOM Connection Points Pin
Nath999927-Jul-07 2:19
Nath999927-Jul-07 2:19 
AnswerRe: DCOM Connection Points Pin
QuickDeveloper30-Jul-07 18:43
QuickDeveloper30-Jul-07 18:43 
Nath9999 wrote:
But my problem is, I have never a confirmation. The confirmations are fontions which have to be implemented but, if i do right understand, that I don't have to call.


You need to add the function declration in the component for the dispatch Interface and Click "Implement Connection Points" by right clicking on the coclass.Then you will get the Fire event for the method which calls the client function.

Nath9999 wrote:
Do I have to create a class ? A class that inherits from something ?


Yes ,you need to derive a class from CCmdTarget and call the Advise and Unadvise Member functions.This class is known as sink class.You write the Fire Method implementation in the sink class(This will be called by Component).







"Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"


QuestionRuntime error when calling COM object Pin
MAW3025-Jul-07 14:49
MAW3025-Jul-07 14:49 
AnswerRe: Runtime error when calling COM object Pin
User 21559725-Jul-07 20:44
User 21559725-Jul-07 20:44 
GeneralRe: Runtime error when calling COM object Pin
MAW3026-Jul-07 9:58
MAW3026-Jul-07 9:58 
GeneralRe: Runtime error when calling COM object Pin
sunil20046-Aug-07 21:04
sunil20046-Aug-07 21:04 
QuestionAbout COM Pin
Nandu_77b24-Jul-07 23:25
Nandu_77b24-Jul-07 23:25 
AnswerRe: About COM Pin
User 21559725-Jul-07 0:29
User 21559725-Jul-07 0:29 
AnswerRe: About COM Pin
Jonathan [Darka]25-Jul-07 22:56
professionalJonathan [Darka]25-Jul-07 22:56 
JokeRe: About COM Pin
Heimmen6-Aug-07 3:06
Heimmen6-Aug-07 3:06 
Questionms office automation from NT service in 64 bit OS Pin
indra2024-Jul-07 21:22
indra2024-Jul-07 21:22 
AnswerRe: ms office automation from NT service in 64 bit OS Pin
Mike Dimmick25-Jul-07 1:01
Mike Dimmick25-Jul-07 1:01 
GeneralRe: ms office automation from NT service in 64 bit OS Pin
indra2025-Jul-07 1:34
indra2025-Jul-07 1:34 
QuestionPassing array with objects terminates VB6 application Pin
scheewie23-Jul-07 22:53
scheewie23-Jul-07 22:53 
QuestionError reading COM object Pin
MAW3023-Jul-07 17:50
MAW3023-Jul-07 17:50 
AnswerRe: Error reading COM object Pin
User 21559723-Jul-07 18:21
User 21559723-Jul-07 18:21 
GeneralRe: Error reading COM object [modified] Pin
MAW3023-Jul-07 20:07
MAW3023-Jul-07 20:07 
GeneralRe: Error reading COM object Pin
User 21559723-Jul-07 20:59
User 21559723-Jul-07 20:59 
AnswerRe: Error reading COM object Pin
Mike Dimmick24-Jul-07 2:08
Mike Dimmick24-Jul-07 2:08 

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.