Click here to Skip to main content
15,886,873 members
Home / Discussions / COM
   

COM

 
Questionhow to use activeX inside ActiveX [modified] Pin
Chetan Sheladiya19-Jul-06 19:38
professionalChetan Sheladiya19-Jul-06 19:38 
AnswerRe: how to use activeX inside ActiveX Pin
Prakash Nadar1-Aug-06 1:18
Prakash Nadar1-Aug-06 1:18 
Questionhow to login Pin
With_problem19-Jul-06 17:48
With_problem19-Jul-06 17:48 
Questionstarting problem with Netmeeting sdk program Pin
Kiran Pinjala19-Jul-06 2:28
Kiran Pinjala19-Jul-06 2:28 
Questionstarting problem with Netmeeting sdk program Pin
Kiran Pinjala19-Jul-06 2:43
Kiran Pinjala19-Jul-06 2:43 
Questiona way around constructor arguments Pin
nikhil_ag198518-Jul-06 21:07
nikhil_ag198518-Jul-06 21:07 
QuestionProblem in debugging COM+ DLL Pin
Findingnimmo18-Jul-06 20:37
Findingnimmo18-Jul-06 20:37 
QuestionDifficulty in creating object of IMAPI Pin
kanduripavan18-Jul-06 18:48
kanduripavan18-Jul-06 18:48 
NEED HELP WITH WORKING IMAPI OBJECTS

hi,
I want to work with IMAPI INTERFACES. I am
working in win xp with sp2 installed in Visual C++ 6.0 environment.
I wrote a sample code just to access IDiscmaster interface ptr.

The error comes in CoCreateInstance. I searched in my hard disk IMAPI.H i cannot find it. so

//CLSID CLSID_DISCMASTER;
//HRESULT hr = S_OK;

//hr = CoCreateInstance(CLSID_DISCMASTER, NULL, 1, IID_Unknown, (void**) ppUnk);
//or i tried this also
//hr = CoGetClassObject(CLSID_DISCMASTER,CLSCTX_INPROC_SERVER, NULL, IID_IClassFacory, (void**) &ppCf);
//Both are failing why

can u just help me regarding this.
thank you,
A beginner
AnswerRe: Difficulty in creating object of IMAPI Pin
Steve S18-Jul-06 21:48
Steve S18-Jul-06 21:48 
GeneralRe: Difficulty in creating object of IMAPI Pin
kanduripavan19-Jul-06 20:22
kanduripavan19-Jul-06 20:22 
QuestionPING using WMI Pin
abhiramsss18-Jul-06 18:18
abhiramsss18-Jul-06 18:18 
Questiongreetings Pin
PatrickDGreat18-Jul-06 16:06
PatrickDGreat18-Jul-06 16:06 
AnswerRe: greetings Pin
RRRB20-Jul-06 0:25
RRRB20-Jul-06 0:25 
QuestionBrowser Helper Object (BHO) not loading on some machines Pin
alianyn18-Jul-06 3:49
alianyn18-Jul-06 3:49 
QuestionActivex control and IE Pin
sunita ramesh18-Jul-06 1:39
sunita ramesh18-Jul-06 1:39 
AnswerRe: Activex control and IE Pin
Mike Dimmick18-Jul-06 6:35
Mike Dimmick18-Jul-06 6:35 
QuestionGood online tutorial please Pin
Kiran Pinjala17-Jul-06 18:45
Kiran Pinjala17-Jul-06 18:45 
AnswerRe: Good online tutorial please Pin
Steve S18-Jul-06 1:26
Steve S18-Jul-06 1:26 
GeneralRe: Good online tutorial please Pin
Kiran Pinjala19-Jul-06 2:35
Kiran Pinjala19-Jul-06 2:35 
Questionhelp Pin
With_problem17-Jul-06 16:48
With_problem17-Jul-06 16:48 
QuestionCompiling IDL with MIDL Pin
Mark F.17-Jul-06 3:38
Mark F.17-Jul-06 3:38 
AnswerRe: Compiling IDL with MIDL Pin
Steve S17-Jul-06 4:58
Steve S17-Jul-06 4:58 
GeneralRe: Compiling IDL with MIDL Pin
Mark F.17-Jul-06 5:07
Mark F.17-Jul-06 5:07 
Questioncompile Activex as exe executable? Pin
dude_445316915-Jul-06 20:34
dude_445316915-Jul-06 20:34 
AnswerRe: compile Activex as exe executable? Pin
Mike Dimmick16-Jul-06 6:41
Mike Dimmick16-Jul-06 6:41 

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.