Click here to Skip to main content
15,889,808 members
Home / Discussions / COM
   

COM

 
GeneralRe: Reading/Writing the "titel"-information of (office)documents Pin
souljumper13-Apr-08 8:00
souljumper13-Apr-08 8:00 
Questionpassing parameters from c++ to c# COM Pin
Green Fuze9-Apr-08 23:23
Green Fuze9-Apr-08 23:23 
GeneralRe: passing parameters from c++ to c# COM Pin
Vi210-Apr-08 20:31
Vi210-Apr-08 20:31 
GeneralRe: passing parameters from c++ to c# COM Pin
Green Fuze13-Apr-08 3:47
Green Fuze13-Apr-08 3:47 
GeneralRe: passing parameters from c++ to c# COM Pin
Michael Dunn13-Apr-08 12:37
sitebuilderMichael Dunn13-Apr-08 12:37 
GeneralRe: passing parameters from c++ to c# COM Pin
Green Fuze21-Apr-08 4:57
Green Fuze21-Apr-08 4:57 
GeneralPartial Lookups in Excel Macro Pin
Brendan Vogt9-Apr-08 4:19
Brendan Vogt9-Apr-08 4:19 
QuestionDoes anyone have the definition documentation of in Vc++ "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" Pin
larryhcx8-Apr-08 18:36
larryhcx8-Apr-08 18:36 
1.I call C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE using COM (OLE) of Visual C++.
2.I succeeded in call all the related _Application, _Workbook, Workbooks, Worksheets, _Worksheet, Range.
3.The problem I had is I search everywhere to find out the functions define (How to use) in all the related header files.
4.Below is an instance what I need.
This is the CAPPLICATION.h files, where I could possibly find out all the related definitions documentation?

// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard



// CApplication wrapper class



class CApplication : public COleDispatchDriver

{

public:

CApplication(){} // Calls COleDispatchDriver default constructor

CApplication(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}

CApplication(const CApplication& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}



// Attributes

public:



// Operations

public:





// _Application methods

public:

LPDISPATCH get_Application()

{

LPDISPATCH result;

InvokeHelper(0x94, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

long get_Creator()

{

long result;

InvokeHelper(0x95, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);

return result;

}

LPDISPATCH get_Parent()

{

LPDISPATCH result;

InvokeHelper(0x96, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

LPDISPATCH get_ActiveCell()

{

LPDISPATCH result;

InvokeHelper(0x131, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

LPDISPATCH get_ActiveChart()

{

LPDISPATCH result;

InvokeHelper(0xb7, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

LPDISPATCH get_ActiveDialog()

{

LPDISPATCH result;

InvokeHelper(0x32f, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

LPDISPATCH get_ActiveMenuBar()

{

LPDISPATCH result;

InvokeHelper(0x2f6, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);

return result;

}

CString get_ActivePrinter()

{

CString result;

InvokeHelper(0x132, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);

return result;

}
Questiononly a question about activeX, please help me : ) Pin
sdplox8-Apr-08 16:11
sdplox8-Apr-08 16:11 
QuestionHow to check if a COM DLL was generated from given source code ? [modified] Pin
GuimaSun8-Apr-08 7:20
GuimaSun8-Apr-08 7:20 
Questionhow to defined a defaultvalue interface-function in idl file? Pin
huangdingjun7-Apr-08 17:12
huangdingjun7-Apr-08 17:12 
QuestionHow to add VC++ 6.0 dlls to ASP.NET web application?( through Add ref) Pin
Prabakar3-Apr-08 23:58
Prabakar3-Apr-08 23:58 
GeneralCOM/ATL Event problem [modified] Pin
knuttermutter3-Apr-08 0:21
knuttermutter3-Apr-08 0:21 
GeneralEvents from C# to COM dll (C++) Pin
SteinarAa2-Apr-08 2:58
SteinarAa2-Apr-08 2:58 
GeneralRe: Events from C# to COM dll (C++) Pin
Randor 14-Apr-08 17:10
professional Randor 14-Apr-08 17:10 
QuestionMaking COM introp and calling the method from C# project Pin
Mushtaque Nizamani30-Mar-08 6:06
Mushtaque Nizamani30-Mar-08 6:06 
QuestionDCOM security issue Pin
tony_Udz27-Mar-08 17:46
tony_Udz27-Mar-08 17:46 
GeneralSetWindowPos in COM application Pin
sheetal_0626-Mar-08 23:38
sheetal_0626-Mar-08 23:38 
GeneralCOM Communication Pin
HakunaMatada25-Mar-08 1:25
HakunaMatada25-Mar-08 1:25 
GeneralRe: COM Communication Pin
Mike Dimmick30-Mar-08 12:58
Mike Dimmick30-Mar-08 12:58 
GeneralRe: COM Communication Pin
HakunaMatada30-Mar-08 19:12
HakunaMatada30-Mar-08 19:12 
GeneralBSTR variable Pin
vc++_fragrance24-Mar-08 19:48
vc++_fragrance24-Mar-08 19:48 
GeneralRe: BSTR variable Pin
User 21559725-Mar-08 1:24
User 21559725-Mar-08 1:24 
GeneralRe: BSTR variable Pin
CPallini26-Mar-08 1:07
mveCPallini26-Mar-08 1:07 
GeneralC# class library Pin
pnpfriend24-Mar-08 9:24
pnpfriend24-Mar-08 9: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.