Click here to Skip to main content
15,901,426 members
Home / Discussions / COM
   

COM

 
QuestionQuestion about ATL / COM - add and control Composite control Pin
Yanshof27-Mar-07 19:15
Yanshof27-Mar-07 19:15 
QuestionI want to Write a ATL COM to hold the Event "a NewMail button on Standard toolbar of Outlook is pressed" Pin
bk_eminem27-Mar-07 18:10
bk_eminem27-Mar-07 18:10 
QuestionHelp!!! How to Add MS Visio Event in Unmanaged MFC? Pin
iomosi27-Mar-07 4:30
iomosi27-Mar-07 4:30 
QuestionCreating MPEG-1 from series of JPEG Pin
yudhisthira27-Mar-07 1:04
yudhisthira27-Mar-07 1:04 
QuestionMaking COM+ application [modified] Pin
Vlad~26-Mar-07 23:42
Vlad~26-Mar-07 23:42 
QuestionWithout ClassID Pin
_808625-Mar-07 23:52
_808625-Mar-07 23:52 
GeneralRe: Without ClassID [modified] Pin
Stephen Hewitt26-Mar-07 13:32
Stephen Hewitt26-Mar-07 13:32 
AnswerRe: Without ClassID Pin
Roger Stoltz26-Mar-07 2:30
Roger Stoltz26-Mar-07 2:30 
Depends on what you mean with "access a COM component without knowing its ClassID".
You have to know something about it, if you want to create an instance of it...

If you know the ProgID you can get the ClassID with ::CLSIDFromProgID().

It could be a component that is registered as a member of a component category, which means that it expose interfaces that components of that category have to expose. Enumerating the members of a category will get you the ClassID for each component in that category.

But if don't want to create an instance of the component, you would only need to know one of the interfaces it exposes and get an interface pointer from another client of that instance.


Probably a confusing answer to a somewhat confusing question... :->
Post again and describe what you mean more clearly if the above doesn't help.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

QuestionHow to convert Word to HTML Pin
PollyAnna33321-Mar-07 22:32
PollyAnna33321-Mar-07 22:32 
AnswerRe: How to convert Word to HTML Pin
Amr M. K.25-Mar-07 5:45
Amr M. K.25-Mar-07 5:45 
GeneralRe: How to convert Word to HTML Pin
PollyAnna33325-Mar-07 23:44
PollyAnna33325-Mar-07 23:44 
Questionexamples of direct sound by mingw . Pin
William.Zhang21-Mar-07 15:11
William.Zhang21-Mar-07 15:11 
QuestionMemory limit on Windows 2003 64 bit.... Pin
duronebis21-Mar-07 2:15
duronebis21-Mar-07 2:15 
QuestionCOM object create instance problem Pin
Itwymt20-Mar-07 23:39
Itwymt20-Mar-07 23:39 
AnswerRe: COM object create instance problem Pin
Steve S21-Mar-07 2:49
Steve S21-Mar-07 2:49 
GeneralRe: COM object create instance problem Pin
Itwymt21-Mar-07 3:00
Itwymt21-Mar-07 3:00 
GeneralRe: COM object create instance problem Pin
Steve S26-Mar-07 6:57
Steve S26-Mar-07 6:57 
GeneralRe: COM object create instance problem Pin
Itwymt12-Apr-07 22:16
Itwymt12-Apr-07 22:16 
QuestionHow to convert existing C# Windows Application to C# Web Application.. Pin
MPS_DotNet18-Mar-07 21:09
MPS_DotNet18-Mar-07 21:09 
AnswerRe: How to convert existing C# Windows Application to C# Web Application.. Pin
Colin Angus Mackay19-Mar-07 1:21
Colin Angus Mackay19-Mar-07 1:21 
AnswerRe: How to convert existing C# Windows Application to C# Web Application.. Pin
Dave Kreskowiak19-Mar-07 1:42
mveDave Kreskowiak19-Mar-07 1:42 
QuestionMapWindow ActiveX Control in MFC Application Pin
Maroon16-Mar-07 12:06
Maroon16-Mar-07 12:06 
Questionproblem with delete Pin
janadhana15-Mar-07 6:46
janadhana15-Mar-07 6:46 
AnswerRe: problem with delete Pin
Roger Stoltz15-Mar-07 7:13
Roger Stoltz15-Mar-07 7:13 
GeneralRe: problem with delete Pin
janadhana16-Mar-07 2:35
janadhana16-Mar-07 2:35 

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.