Click here to Skip to main content
15,891,607 members
Home / Discussions / COM
   

COM

 
QuestionE_FAIL from COM Object Pin
Hideaway765-Apr-07 4:16
Hideaway765-Apr-07 4:16 
Questiontoolbar button_click event Pin
aamn15-Apr-07 2:27
aamn15-Apr-07 2:27 
QuestionDCOM (Transferring of binary files.) Pin
Don Box2-Apr-07 23:32
Don Box2-Apr-07 23:32 
AnswerRe: DCOM (Transferring of binary files.) Pin
lafleon3-Apr-07 12:39
lafleon3-Apr-07 12:39 
GeneralRe: DCOM (Transferring of binary files.) Pin
Don Box3-Apr-07 20:25
Don Box3-Apr-07 20:25 
QuestionMonitor Activex/COM object Instantiation Pin
__Azzy2-Apr-07 8:49
__Azzy2-Apr-07 8:49 
QuestionVT_DISPATCH variant Pin
asdtry1-Apr-07 23:57
asdtry1-Apr-07 23:57 
AnswerRe: VT_DISPATCH variant Pin
Vi24-Apr-07 19:04
Vi24-Apr-07 19:04 
VARIANT v;
V_VT(&v) = VT_DISPATCH;
obj->QueryInterface(IID_IDispatch, (void**)&V_DISPATCH(&v));
...
VariantClear(&v);


With best wishes,
Vita

QuestionWhere should I call CoUninitialize Pin
Hariom Tiwari1-Apr-07 20:59
Hariom Tiwari1-Apr-07 20:59 
AnswerRe: Where should I call CoUninitialize Pin
prasad_som1-Apr-07 21:34
prasad_som1-Apr-07 21:34 
QuestionHow to create a service Pin
simonr62831-Mar-07 21:05
simonr62831-Mar-07 21:05 
QuestionFull idlist for a folder [modified] Pin
CodeBerserker30-Mar-07 12:13
CodeBerserker30-Mar-07 12:13 
AnswerRe: Full idlist for a folder Pin
CodeBerserker5-Apr-07 10:15
CodeBerserker5-Apr-07 10:15 
Questionissue reading records from SQL CE 2005 Pin
vvr198329-Mar-07 23:18
vvr198329-Mar-07 23:18 
QuestionExcel Interop Issues Pin
Steven M Hunt29-Mar-07 10:25
Steven M Hunt29-Mar-07 10:25 
AnswerRe: Excel Interop Issues Pin
Phillip M. Hoff31-Mar-07 16:26
Phillip M. Hoff31-Mar-07 16:26 
QuestionMicrosoft word Pin
Amr M. K.29-Mar-07 2:15
Amr M. K.29-Mar-07 2:15 
QuestionCreate a COM component and use in my application Pin
Malayil alex28-Mar-07 19:51
Malayil alex28-Mar-07 19:51 
AnswerRe: Create a COM component and use in my application Pin
prasad_som28-Mar-07 20:02
prasad_som28-Mar-07 20:02 
AnswerRe: Create a COM component and use in my application Pin
lafleon30-Mar-07 14:33
lafleon30-Mar-07 14:33 
QuestionHELP NEEDED - DCOM Server in C#? Pin
r6yamaha28-Mar-07 11:58
r6yamaha28-Mar-07 11:58 
AnswerRe: HELP NEEDED - DCOM Server in C#? Pin
lafleon30-Mar-07 14:38
lafleon30-Mar-07 14:38 
GeneralRe: HELP NEEDED - DCOM Server in C#? Pin
r6yamaha31-Mar-07 4:59
r6yamaha31-Mar-07 4:59 
QuestionIInputObject breaking from VS 2003 to VS 2005? Pin
Christopher Duncan28-Mar-07 11:30
Christopher Duncan28-Mar-07 11:30 
QuestionQuestion about ATL / COM - add and control Composite control Pin
Yanshof27-Mar-07 19:15
Yanshof27-Mar-07 19:15 

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.