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

COM

 
GeneralRe: CreateInstance does not work in MFC DLL Pin
Rama Krishna Vavilala7-Jun-02 6:12
Rama Krishna Vavilala7-Jun-02 6:12 
GeneralRe: CreateInstance does not work in MFC DLL Pin
Paul M Watt8-Jun-02 9:07
mentorPaul M Watt8-Jun-02 9:07 
GeneralCOM+ Session With C# (NOT in ASP.Net) Pin
MikeC#6-Jun-02 4:22
MikeC#6-Jun-02 4:22 
GeneralPassing ordinary functions to COM object Pin
Hans Ruck4-Jun-02 0:58
Hans Ruck4-Jun-02 0:58 
GeneralRe: Passing ordinary functions to COM object Pin
Rama Krishna Vavilala4-Jun-02 1:25
Rama Krishna Vavilala4-Jun-02 1:25 
GeneralRe: Passing ordinary functions to COM object Pin
Hans Ruck4-Jun-02 1:40
Hans Ruck4-Jun-02 1:40 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:08
mentorPaul M Watt8-Jun-02 9:08 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:11
mentorPaul M Watt8-Jun-02 9:11 
A better choice for this than wrapping the function in an interface to create an Event sink for your COM object.

Then users of your object can register with your object for certain events. Then when that event occurs your object will call all of the event sink functions that have been registered with your object. This is a very efficient way to solve your problem.

There are a lot of good examples in MSDN and there might be a few on CP.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralInexperienced with COM arrays Pin
Robin3-Jun-02 21:02
Robin3-Jun-02 21:02 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin10-Jun-02 5:26
Ernest Laurentin10-Jun-02 5:26 
GeneralRe: Inexperienced with COM arrays Pin
Robin10-Jun-02 21:57
Robin10-Jun-02 21:57 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin13-Jun-02 20:15
Ernest Laurentin13-Jun-02 20:15 
GeneralRe: Inexperienced with COM arrays Pin
Robin13-Jun-02 20:42
Robin13-Jun-02 20:42 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin14-Jun-02 4:50
Ernest Laurentin14-Jun-02 4:50 
GeneralRe: Inexperienced with COM arrays Pin
Robin14-Jun-02 6:33
Robin14-Jun-02 6:33 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin14-Jun-02 6:44
Ernest Laurentin14-Jun-02 6:44 
GeneralRe: Inexperienced with COM arrays Pin
Robin16-Jun-02 20:46
Robin16-Jun-02 20:46 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin19-Jun-02 18:28
Ernest Laurentin19-Jun-02 18:28 
GeneralExcel automation for starters Pin
Zizilamoroso3-Jun-02 6:50
Zizilamoroso3-Jun-02 6:50 
GeneralRe: Excel automation for starters Pin
2-Jul-02 2:58
suss2-Jul-02 2:58 
GeneralATL COM DLL and Bitmaps Pin
Ranjan Banerji1-Jun-02 19:37
Ranjan Banerji1-Jun-02 19:37 
GeneralRe: ATL COM DLL and Bitmaps Pin
Ranjan Banerji2-Jun-02 6:16
Ranjan Banerji2-Jun-02 6:16 
GeneralRe: ATL COM DLL and Bitmaps Pin
Todd.Harvey20-Aug-02 11:13
Todd.Harvey20-Aug-02 11:13 
GeneralWindows Protected Storage using "IPStorage" class Pin
David Lau1-Jun-02 8:22
David Lau1-Jun-02 8:22 
GeneralWTL ScrollView scrolling problem! Pin
ramjan1-Jun-02 5:25
ramjan1-Jun-02 5:25 

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.