Click here to Skip to main content
15,887,434 members
Home / Discussions / COM
   

COM

 
GeneralOpen an ADE file with CDataSource Pin
Robbie Grundel17-Jul-01 15:40
Robbie Grundel17-Jul-01 15:40 
GeneralWhere is cabarc.exe on VC++ 6.0 (Pro Edition) Pin
Gary Barwick17-Jul-01 13:19
Gary Barwick17-Jul-01 13:19 
GeneralRe: Where is cabarc.exe on VC++ 6.0 (Pro Edition) Pin
Michael Dunn17-Jul-01 14:21
sitebuilderMichael Dunn17-Jul-01 14:21 
GeneralRe: Where is cabarc.exe on VC++ 6.0 (Pro Edition) Pin
Gary Barwick17-Jul-01 15:08
Gary Barwick17-Jul-01 15:08 
Generaldrag and drop an url Pin
Am400017-Jul-01 8:28
Am400017-Jul-01 8:28 
GeneralBSTR o nWindows 95 Pin
Angel_Tsankov17-Jul-01 1:29
Angel_Tsankov17-Jul-01 1:29 
GeneralAutomation and CoCreateInstance Pin
Pål K Tønder16-Jul-01 21:40
Pål K Tønder16-Jul-01 21:40 
GeneralRe: Automation and CoCreateInstance Pin
17-Jul-01 7:49
suss17-Jul-01 7:49 
Sounds like you are descripbing aggregation/containment. Try something like this.

// Header

CMyObj1 m_Obj1;
CMyObj2 m_Obj2;

// CPP

OnFinalConstruct
{
CoCreateInstance(MyObj1);
CoCreateInstance(MyObj2);
}

GeneralRe: Automation and CoCreateInstance Pin
Pål K Tønder17-Jul-01 22:48
Pål K Tønder17-Jul-01 22:48 
GeneralFinding Open Applications/Documents using ATL Pin
Robbie Grundel15-Jul-01 17:51
Robbie Grundel15-Jul-01 17:51 
GeneralRe: Finding Open Applications/Documents using ATL Pin
16-Jul-01 6:52
suss16-Jul-01 6:52 
GeneralRe: Finding Open Applications/Documents using ATL Pin
Am400017-Jul-01 9:27
Am400017-Jul-01 9:27 
QuestionHow do I create COM/OLE method returning short(not HRESULT)? Pin
15-Jul-01 15:06
suss15-Jul-01 15:06 
AnswerRe: How do I create COM/OLE method returning short(not HRESULT)? Pin
softsprite15-Jul-01 17:08
softsprite15-Jul-01 17:08 
QuestionWhat's the difference between COM and OLE? Pin
15-Jul-01 15:01
suss15-Jul-01 15:01 
AnswerRe: What's the difference between COM and OLE? Pin
16-Jul-01 6:55
suss16-Jul-01 6:55 
QuestionWhat's the difference between Interface and dispInterface? Pin
15-Jul-01 10:53
suss15-Jul-01 10:53 
AnswerRe: What's the difference between Interface and dispInterface? Pin
16-Jul-01 6:57
suss16-Jul-01 6:57 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Joseph Dempsey20-Jul-01 16:00
Joseph Dempsey20-Jul-01 16:00 
GeneralShell Extention Pin
Maham Gilani14-Jul-01 3:37
Maham Gilani14-Jul-01 3:37 
QuestionHow to diagnose and to detect down clients and servers Pin
13-Jul-01 5:37
suss13-Jul-01 5:37 
AnswerRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 11:32
suss16-Jul-01 11:32 
GeneralRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 23:46
suss16-Jul-01 23:46 
GeneralMultiple Inheritence of an ATL object Pin
12-Jul-01 23:18
suss12-Jul-01 23:18 
Generalinterfaces Pin
Gabriel.P.G12-Jul-01 17:05
Gabriel.P.G12-Jul-01 17:05 

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.