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

COM

 
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 
Ju@ncho wrote:
I am programming a COM object in C++, to be used in a Visual Basic Apllication.
I want to know if there is a way to separate the interface members with namespaces like this

Study.FramesOfReference.Series.Item()

where Study is a COM Object that contains a CoClass FramesOfReference which Contains a CoClass Series wich has a method Item()

Thank U very Much


I wonder if you have your terminology right. A COM object can reasonably contain another COM object, but not a CoClass. Also, a method of a CoClass would be equivalent to a C++ static method, which I don't think COM supports either. Also neither containment of objects or CoClasses is considered a namespace.

If you are using VB.NET, there is probably a way to import COM objects into specific namespaces, even though COM doesn't really support namespaces. In both VB.NET and VB6, a COM object Study can have a property FrameOfReference, which is an object that has a property named Series, which is an object with an Item method. Is this what you were trying to say?

Nathan
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 
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 

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.