Click here to Skip to main content
15,920,633 members
Home / Discussions / COM
   

COM

 
AnswerRe: Calling ActiveX DLL from MFC - passing arrays Pin
Lim Bio Liong4-Jan-08 23:24
Lim Bio Liong4-Jan-08 23:24 
GeneralRe: Calling ActiveX DLL from MFC - passing arrays [modified] Pin
mla1547-Jan-08 4:24
mla1547-Jan-08 4:24 
GeneralRe: Calling ActiveX DLL from MFC - passing arrays Pin
Lim Bio Liong7-Jan-08 15:10
Lim Bio Liong7-Jan-08 15:10 
QuestionMSSOAPLib30 SoapReader30Class LoadWithParser Error Pin
miauwmiauwmiauw2-Jan-08 19:31
miauwmiauwmiauw2-Jan-08 19:31 
QuestionHow to Use events from VB.NET in VC.NET? Pin
ritz12341-Jan-08 2:38
ritz12341-Jan-08 2:38 
GeneralActiveXControl with empty Parameters in c# Pin
FriendOfAsherah30-Dec-07 23:14
FriendOfAsherah30-Dec-07 23:14 
Questionprinting - dot matrix printer Pin
bijumon Mathew30-Dec-07 18:54
bijumon Mathew30-Dec-07 18:54 
GeneralHey man, COM stands for Component Object Model Pin
CPallini30-Dec-07 21:14
mveCPallini30-Dec-07 21:14 
GeneralShell Extension Left-Click Pin
Jens Frederich28-Dec-07 23:49
Jens Frederich28-Dec-07 23:49 
QuestionOverride GetOverrideKeyPath of IDocHostUIHandler2 interface. Pin
ashdwivedi26-Dec-07 21:07
ashdwivedi26-Dec-07 21:07 
Generalabout dll and exe Pin
Shaileshvb26-Dec-07 17:44
Shaileshvb26-Dec-07 17:44 
GeneralRe: about dll and exe Pin
CPallini26-Dec-07 23:09
mveCPallini26-Dec-07 23:09 
General32bit deskband DLL in Vista64 Pin
exper_t24-Dec-07 21:18
exper_t24-Dec-07 21:18 
GeneralRe: 32bit deskband DLL in Vista64 Pin
«_Superman_»27-Dec-07 22:56
professional«_Superman_»27-Dec-07 22:56 
Questionhow to convert .aspx page to .pdf on fly using asp.net in vb.net Pin
gopal_Pandey20-Dec-07 18:03
gopal_Pandey20-Dec-07 18:03 
Generalexcel object Pin
gauthee20-Dec-07 3:41
gauthee20-Dec-07 3:41 
GeneralRe: excel object Pin
User 21559720-Dec-07 5:17
User 21559720-Dec-07 5:17 
GeneralCOM Object NameSpace Pin
Ju@ncho19-Dec-07 7:05
Ju@ncho19-Dec-07 7:05 
GeneralRe: COM Object NameSpace Pin
Nathan Holt at EMOM19-Dec-07 11:20
Nathan Holt at EMOM19-Dec-07 11:20 
GeneralRe: COM Object NameSpace Pin
Ju@ncho20-Dec-07 2:47
Ju@ncho20-Dec-07 2:47 
GeneralRe: COM Object NameSpace Pin
Nathan Holt at EMOM20-Dec-07 7:17
Nathan Holt at EMOM20-Dec-07 7:17 
Ju@ncho wrote:
Do you know if i can use C++ objects as properties in ATL or i have to use COM objects, in that case which parameters i Have to use in the definition of the property in mi idl file?


COM objects would definitely be more apropriate. They only need to have CoClasses if you need a client to be able to create instances of them directly. Within your own code, you can create an object without a CoClass using CComObject<yourclass>::CreateInstance()</yourclass>

It is possible to use plain structures if you don't need to fully support automation. (Visual Basic can handle structures though.) You need to define your structures in the idl file, and you should give each structure type its own guid.

Nathan
GeneralRe: COM Object NameSpace Pin
Lim Bio Liong20-Dec-07 23:22
Lim Bio Liong20-Dec-07 23:22 
GeneralRe: COM Object NameSpace Pin
Kuryn19-Dec-07 11:38
Kuryn19-Dec-07 11:38 
QuestionCOM+ Example? Pin
Mohib Sheth18-Dec-07 20:33
Mohib Sheth18-Dec-07 20:33 
AnswerRe: COM+ Example? Pin
Nathan Holt at EMOM19-Dec-07 11:24
Nathan Holt at EMOM19-Dec-07 11:24 

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.