Click here to Skip to main content
15,915,702 members
Home / Discussions / COM
   

COM

 
QuestionShell Extensions in win2003 64-bit Pin
ragavan22-Nov-05 22:08
ragavan22-Nov-05 22:08 
Questionm_hWnd is missing while using the ActiveX Pin
Maddie from Dartford22-Nov-05 19:37
Maddie from Dartford22-Nov-05 19:37 
QuestionPass javascript function to ActiveX member in C# Pin
write_to_billy20-Nov-05 20:19
write_to_billy20-Nov-05 20:19 
QuestionActiveX DLL --Print Web Page Pin
Rajkamal_dfine17-Nov-05 18:31
Rajkamal_dfine17-Nov-05 18:31 
QuestionPassing events from activex control property page to control Pin
Ashwin kumar Gurujala16-Nov-05 19:36
Ashwin kumar Gurujala16-Nov-05 19:36 
QuestionOLE_COLOR property is not getting reflected Pin
Maddie from Dartford15-Nov-05 2:44
Maddie from Dartford15-Nov-05 2:44 
QuestionActiveX without a container Pin
Ahsan Askare14-Nov-05 23:30
Ahsan Askare14-Nov-05 23:30 
AnswerRe: ActiveX without a container Pin
Roger Stoltz22-Nov-05 11:33
Roger Stoltz22-Nov-05 11:33 
What you're really using, when you let ClassWizard do all that magic, is something called "connection points".
It's a way for the server to communicate asynchronously with the client about changes in the server, e.g. incoming data or user input.

You already have the server, but you need to implement a connection point sink. The sink is a COM interface defined by the server that the client implements and hands over a pointer to the server by a call to IConnectionPoint::Advise().
It's usually easier to have an example to look at so go and have a look at it here.[^]

Tip of the day, free of charge Blush | :O
Don't forget to marshal the sink interface in your server if you plan to fire events from different threads than the one that created the server.


It's supposed to be hard, otherwise anybody could do it!
QuestionActiveX control and HTML Pin
FJK12-Nov-05 18:39
FJK12-Nov-05 18:39 
QuestionNew to COM. Help needed. Pin
Owner drawn10-Nov-05 23:49
Owner drawn10-Nov-05 23:49 
AnswerRe: New to COM. Help needed. Pin
Gizzo11-Nov-05 6:33
Gizzo11-Nov-05 6:33 
AnswerRe: New to COM. Help needed. Pin
Brian C Hart30-Dec-05 23:25
professionalBrian C Hart30-Dec-05 23:25 
Questioncreating a BSTR with embedded Nulls Pin
amitsax7610-Nov-05 22:31
amitsax7610-Nov-05 22:31 
AnswerRe: creating a BSTR with embedded Nulls Pin
Welf Wiest31-Jan-06 5:06
Welf Wiest31-Jan-06 5:06 
GeneralRe: creating a BSTR with embedded Nulls Pin
amitsax7631-Jan-06 16:09
amitsax7631-Jan-06 16:09 
GeneralRe: creating a BSTR with embedded Nulls Pin
Welf Wiest1-Feb-06 0:54
Welf Wiest1-Feb-06 0:54 
Questionhandling Variant data Pin
amitsax769-Nov-05 18:03
amitsax769-Nov-05 18:03 
QuestionTrouble to run DCOM - server from different network Pin
Bor_boss9-Nov-05 16:46
Bor_boss9-Nov-05 16:46 
QuestionHelp Needed in Extended MAPI. Pin
deepgeorge8-Nov-05 17:35
deepgeorge8-Nov-05 17:35 
QuestionCalling a C# COM Object from VC++ 6.0 Pin
E6AD8-Nov-05 17:33
E6AD8-Nov-05 17:33 
AnswerRe: Calling a C# COM Object from VC++ 6.0 Pin
douglasjordan10-Nov-05 2:06
douglasjordan10-Nov-05 2:06 
Questionhelp help help Pin
engriri20068-Nov-05 14:13
engriri20068-Nov-05 14:13 
AnswerRe: help help help Pin
douglasjordan8-Nov-05 17:29
douglasjordan8-Nov-05 17:29 
AnswerRe: help help help Pin
Brian C Hart30-Dec-05 23:26
professionalBrian C Hart30-Dec-05 23:26 
QuestionCan't bring to top a specific "Microsoft Word" window Pin
nadzzz8-Nov-05 4:50
nadzzz8-Nov-05 4:50 

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.