Click here to Skip to main content
15,895,557 members
Home / Discussions / COM
   

COM

 
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 
GeneralAn unhandled exception of type System.Runtime.InteropServices.COMException occurred Pin
gauthee17-Dec-07 18:36
gauthee17-Dec-07 18:36 
GeneralRe: An unhandled exception of type System.Runtime.InteropServices.COMException occurred Pin
User 21559718-Dec-07 0:22
User 21559718-Dec-07 0:22 
QuestionHow to automate Excel 2007 with C# 2003.... Pin
student49115-Dec-07 7:32
student49115-Dec-07 7:32 
QuestionCOM - Class doesn't support automation! Pin
peepsicola14-Dec-07 6:57
peepsicola14-Dec-07 6:57 
QuestionRe: COM - Class doesn't support automation! Pin
CPallini14-Dec-07 9:27
mveCPallini14-Dec-07 9:27 
GeneralRe: COM - Class doesn't support automation! Pin
peepsicola14-Dec-07 10:28
peepsicola14-Dec-07 10:28 
GeneralRe: COM - Class doesn't support automation! Pin
Mike Dimmick14-Dec-07 13:13
Mike Dimmick14-Dec-07 13:13 
GeneralRe: COM - Class doesn't support automation! Pin
peepsicola18-Dec-07 3:44
peepsicola18-Dec-07 3:44 
Generalextending shell with right-click menu items [modified] Pin
carabutnicolae123413-Dec-07 20:28
carabutnicolae123413-Dec-07 20:28 
QuestionIs it possible for an ActiveX control to access the DOM of the page? Pin
keniagm13-Dec-07 8:33
keniagm13-Dec-07 8:33 
GeneralRe: Is it possible for an ActiveX control to access the DOM of the page? Pin
vishalmore13-Dec-07 15:14
vishalmore13-Dec-07 15:14 
GeneralRe: Is it possible for an ActiveX control to access the DOM of the page? Pin
keniagm14-Dec-07 2:14
keniagm14-Dec-07 2:14 
GeneralWord page border. Pin
priyank_ldce12-Dec-07 4:03
priyank_ldce12-Dec-07 4:03 

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.