Click here to Skip to main content
15,908,274 members
Home / Discussions / COM
   

COM

 
GeneralRe: Beginners help with SAFEARRAY Pin
work_to_live20-Dec-02 20:18
work_to_live20-Dec-02 20:18 
GeneralRe: Beginners help with SAFEARRAY Pin
Barry Lapthorn22-Dec-02 0:37
protectorBarry Lapthorn22-Dec-02 0:37 
GeneralRe: Beginners help with SAFEARRAY Pin
Barry Lapthorn23-Dec-02 3:16
protectorBarry Lapthorn23-Dec-02 3:16 
Generala COM+ design question Pin
Anonymous19-Dec-02 3:16
Anonymous19-Dec-02 3:16 
GeneralRe: a COM+ design question Pin
Burt Harris21-Dec-02 10:34
Burt Harris21-Dec-02 10:34 
QuestionGot CLSID/PROGID, how to access? Pin
Anonymous19-Dec-02 1:25
Anonymous19-Dec-02 1:25 
AnswerRe: Got CLSID/PROGID, how to access? Pin
Anonymous19-Dec-02 10:17
Anonymous19-Dec-02 10:17 
AnswerRe: Got CLSID/PROGID, how to access? Pin
geo_m30-Dec-02 6:16
geo_m30-Dec-02 6:16 
hmm, in fact, you can create the object, asking CoCreateInstance for IID_IUnknown as an Interface ID (IID). Then you will receive the pointer to the IUnknown.

But the question is what you want to do next - for nearly every other activity you will need to retrieve some interface from the object, else you will be able only to call IUnknown methods or might be IDispatch methods, but without any further info you are generally not able to perform any operation over that object.

I don't know if I expressed myself correctly, but the situation then is similar to having a .lib without header - so you have some objects inside the lib but you don't know how to talk to them.
QuestionWhat interface to implement to be a datasource to VB data bound control? Pin
Erik Juhl13-Dec-02 5:47
Erik Juhl13-Dec-02 5:47 
AnswerRe: What interface to implement to be a datasource to VB data bound control? Pin
Jörgen Sigvardsson24-Dec-02 12:46
Jörgen Sigvardsson24-Dec-02 12:46 
Questionhow to debug visual com dll ?? Pin
Leesen13-Dec-02 5:08
Leesen13-Dec-02 5:08 
AnswerRe: how to debug visual com dll ?? Pin
geo_m13-Dec-02 11:29
geo_m13-Dec-02 11:29 
GeneralRe: how to debug visual com dll ?? Pin
Leesen13-Dec-02 16:08
Leesen13-Dec-02 16:08 
GeneralRe: how to debug visual com dll ?? Pin
geo_m14-Dec-02 4:13
geo_m14-Dec-02 4:13 
GeneralRe: how to debug visual com dll ?? Pin
Leesen17-Dec-02 13:22
Leesen17-Dec-02 13:22 
GeneralRe: how to debug visual com dll ?? Pin
geo_m19-Dec-02 2:20
geo_m19-Dec-02 2:20 
GeneralWebBrowser text is not updated after Replaying Keypress event Pin
p_khasnis12-Dec-02 15:53
p_khasnis12-Dec-02 15:53 
GeneralRe: WebBrowser text is not updated after Replaying Keypress event Pin
geo_m12-Dec-02 23:49
geo_m12-Dec-02 23:49 
GeneralRe: WebBrowser text is not updated after Replaying Keypress event Pin
p_khasnis13-Dec-02 2:17
p_khasnis13-Dec-02 2:17 
GeneralCOM+ and SetUnhandledExceptionFilter Pin
AboMalek10-Dec-02 3:06
AboMalek10-Dec-02 3:06 
Questionhow to save the ppt to html?? Pin
zhaosd9-Dec-02 0:11
zhaosd9-Dec-02 0:11 
Generalplugins in vc++ or com Pin
xxhimanshu5-Dec-02 19:55
xxhimanshu5-Dec-02 19:55 
GeneralRe: plugins in vc++ or com Pin
geo_m6-Dec-02 2:34
geo_m6-Dec-02 2:34 
GeneralRe: plugins in vc++ or com Pin
xxhimanshu6-Dec-02 19:13
xxhimanshu6-Dec-02 19:13 
GeneralRe: plugins in vc++ or com Pin
geo_m6-Dec-02 22:59
geo_m6-Dec-02 22:59 

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.