Click here to Skip to main content
15,915,319 members
Home / Discussions / COM
   

COM

 
GeneralDCOM problems Pin
Pankaj_Shukla20-Aug-03 6:09
Pankaj_Shukla20-Aug-03 6:09 
GeneralMS Exchange Server Problem: How to: Adding an Event Registration for a Folder. Please Help me ......... Pin
Atif Bashir20-Aug-03 3:52
Atif Bashir20-Aug-03 3:52 
GeneralBrowser communication through JNI Pin
nikhilkhedkar20-Aug-03 2:06
nikhilkhedkar20-Aug-03 2:06 
GeneralRe: Browser communication through JNI Pin
psangeljg3-Sep-03 21:20
psangeljg3-Sep-03 21:20 
QuestionHow to use "IEnumString" in MFC project? Pin
simonchen.net19-Aug-03 17:48
simonchen.net19-Aug-03 17:48 
GeneralCOm Object Pin
cberam19-Aug-03 1:53
cberam19-Aug-03 1:53 
GeneralRe: COm Object Pin
Lim Bio Liong23-Aug-03 3:38
Lim Bio Liong23-Aug-03 3:38 
GeneralRe: COm Object Pin
Ernest Laurentin23-Aug-03 4:54
Ernest Laurentin23-Aug-03 4:54 
In your question, you said: ATL COM Object derived from IDispatch but if you plan to attach a window handle to this object, you should consider a FULL ActiveX control. You can then use: Project->Add To Project->Components and Controls to insert an MFC wrapper class for your control. If you can't, maybe source code is not available or whatever the other reason. You may write it yourself...
class CMyWindowWrapper : public CWnd
{
public:
 void CreateObject() { m_pYourOjbect.CreateInstance(__uuidof(IYourObject)); }
 void MyWrapper_Method1() { m_pYourObject->Method1(); }
 void MyWrapper_Method2(BSTR text) { m_pYourObject->Method2(text); }
protected:
 CComPtr<IYourObject> m_pYourObject;
};


ÿFor the bread of God is he who comes down from heaven and gives life to the world. - John 6:33
Generalextracting a COM object with SafeArrayGetElement Pin
JP GOBLET18-Aug-03 21:40
JP GOBLET18-Aug-03 21:40 
GeneralEvents Pin
cberam18-Aug-03 2:15
cberam18-Aug-03 2:15 
GeneralRe: Events Pin
Lim Bio Liong23-Aug-03 3:45
Lim Bio Liong23-Aug-03 3:45 
QuestionDo the ActiveX graph/chart input controls exist? Pin
stromboli17-Aug-03 10:50
stromboli17-Aug-03 10:50 
QuestionHow to convert from .DOC to .PDF, please help me .......... Pin
Atif Bashir16-Aug-03 1:59
Atif Bashir16-Aug-03 1:59 
AnswerRe: How to convert from .DOC to .PDF, please help me .......... Pin
Stephane Rodriguez.16-Aug-03 2:46
Stephane Rodriguez.16-Aug-03 2:46 
GeneralLurning COM Pin
Carlos Mariano14-Aug-03 5:06
Carlos Mariano14-Aug-03 5:06 
GeneralRe: Lurning COM Pin
valikac17-Aug-03 5:39
valikac17-Aug-03 5:39 
GeneralRe: Lurning COM Pin
Carlos Mariano1-Sep-03 0:20
Carlos Mariano1-Sep-03 0:20 
GeneralRe: Lurning COM Pin
Stefan Pedersen25-Aug-03 2:16
Stefan Pedersen25-Aug-03 2:16 
GeneralRe: Lurning COM Pin
Carlos Mariano1-Sep-03 0:15
Carlos Mariano1-Sep-03 0:15 
GeneralDump questio once again Pin
El'Cachubrey14-Aug-03 2:51
El'Cachubrey14-Aug-03 2:51 
GeneralWierd problem with DLL!!! Pin
Brigg Thorp14-Aug-03 2:10
Brigg Thorp14-Aug-03 2:10 
GeneralInterface problem with MF Dialog app. + COM object Pin
Brian van der Beek13-Aug-03 8:36
Brian van der Beek13-Aug-03 8:36 
GeneralRe: Interface problem with MF Dialog app. + COM object Pin
Stephane Rodriguez.13-Aug-03 23:13
Stephane Rodriguez.13-Aug-03 23:13 
Generalhelp for directx Pin
includeh1013-Aug-03 7:51
includeh1013-Aug-03 7:51 
Generalprogramming autocad : GetAttributes Pin
JP GOBLET12-Aug-03 6:29
JP GOBLET12-Aug-03 6:29 

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.