Click here to Skip to main content
15,890,438 members
Home / Discussions / COM
   

COM

 
GeneralRe: IDispatch Pin
Cool_Dev17-Apr-10 22:47
Cool_Dev17-Apr-10 22:47 
GeneralRe: IDispatch Pin
trioum18-Apr-10 19:29
trioum18-Apr-10 19:29 
GeneralRe: IDispatch Pin
Cool_Dev19-Apr-10 19:34
Cool_Dev19-Apr-10 19:34 
GeneralRe: IDispatch Pin
trioum20-Apr-10 0:54
trioum20-Apr-10 0:54 
GeneralRe: IDispatch Pin
Cool_Dev20-Apr-10 3:06
Cool_Dev20-Apr-10 3:06 
GeneralRe: IDispatch Pin
trioum20-Apr-10 3:18
trioum20-Apr-10 3:18 
GeneralRe: IDispatch Pin
trioum20-Apr-10 20:47
trioum20-Apr-10 20:47 
GeneralRe: IDispatch Pin
Cool_Dev21-Apr-10 19:41
Cool_Dev21-Apr-10 19:41 
well done Thumbs Up | :thumbsup: OLE automation may need some R&D most time.
You can catch SheetCalculate event in much the same way you did for SheetChange event. Mean, all reside in IAppEvent interface, so Advice() for it, and override the SheetCaluclate method.
<br />
HRESULT _stdcall SheetCalculate(IDispatch* pSheetDisp)<br />
{<br />
    //let CWorkSheet is the wrapper of _WorkSheet<br />
    CWorkSheet oSheet(pSeetDisp);<br />
    //do whatever you want to do here..  :) <br />
}<br />

GeneralRe: IDispatch Pin
trioum22-Apr-10 0:23
trioum22-Apr-10 0:23 
GeneralRe: IDispatch Pin
trioum30-Apr-10 21:36
trioum30-Apr-10 21:36 
Questionsapi text-2-speech linking issues Pin
Henochius16-Mar-10 16:15
Henochius16-Mar-10 16:15 
AnswerRe: sapi text-2-speech linking issues Pin
KingsGambit18-Mar-10 8:09
KingsGambit18-Mar-10 8:09 
QuestionHow to iterate vtable of COM coclass? Pin
glitteringsound10-Mar-10 23:27
glitteringsound10-Mar-10 23:27 
AnswerRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 0:02
KingsGambit11-Mar-10 0:02 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 0:34
glitteringsound11-Mar-10 0:34 
GeneralRe: How to iterate vtable of COM coclass? Pin
Richard MacCutchan11-Mar-10 1:42
mveRichard MacCutchan11-Mar-10 1:42 
GeneralRe: How to iterate vtable of COM coclass? Pin
R@jeev K R11-Mar-10 3:11
R@jeev K R11-Mar-10 3:11 
GeneralRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 21:20
KingsGambit11-Mar-10 21:20 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 1:53
Cool_Dev11-Mar-10 1:53 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 2:36
glitteringsound11-Mar-10 2:36 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 3:17
Cool_Dev11-Mar-10 3:17 
GeneralRe: How to iterate vtable of COM coclass? Pin
Frederick J. Harris29-Mar-10 10:48
Frederick J. Harris29-Mar-10 10:48 
AnswerRe: How to iterate vtable of COM coclass? Pin
Stephen Hewitt11-Mar-10 15:00
Stephen Hewitt11-Mar-10 15:00 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 19:30
glitteringsound11-Mar-10 19:30 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 19:41
Cool_Dev11-Mar-10 19:41 

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.