Click here to Skip to main content
15,793,085 members
Home / Discussions / COM
   

COM

 
QuestionQuestion on Regcomplus.exe Pin
Simon Mandy19-Mar-10 9:44
Simon Mandy19-Mar-10 9:44 
QuestionDrag and drop shell extension blocking explorer.exe Pin
Sebastien Mongrain19-Mar-10 9:15
Sebastien Mongrain19-Mar-10 9:15 
QuestionIDispatch Pin
trioum18-Mar-10 3:23
trioum18-Mar-10 3:23 
AnswerRe: IDispatch Pin
Stephen Hewitt20-Mar-10 23:08
Stephen Hewitt20-Mar-10 23:08 
AnswerRe: IDispatch Pin
Cool_Dev22-Mar-10 0:59
Cool_Dev22-Mar-10 0:59 
GeneralRe: IDispatch Pin
trioum26-Mar-10 8:57
trioum26-Mar-10 8:57 
GeneralRe: IDispatch Pin
Cool_Dev27-Mar-10 3:55
Cool_Dev27-Mar-10 3:55 
GeneralRe: IDispatch Pin
trioum16-Apr-10 22:26
trioum16-Apr-10 22:26 
I got the event of sheet change but still not getting the value of cell and its location i.e. row and col of cell in the function .

STDMETHODIMP CAppEventListener::HandleSheetChange( IDispatch* xlSheet,
IDispatch* xlRange)
{
OutputDebugString("HandleSheetChange\n");
HRESULT hr = S_OK;
return hr;
}
Trioum

GeneralRe: IDispatch Pin
Cool_Dev17-Apr-10 23:47
Cool_Dev17-Apr-10 23:47 
GeneralRe: IDispatch Pin
trioum18-Apr-10 20:29
trioum18-Apr-10 20:29 
GeneralRe: IDispatch Pin
Cool_Dev19-Apr-10 20:34
Cool_Dev19-Apr-10 20:34 
GeneralRe: IDispatch Pin
trioum20-Apr-10 1:54
trioum20-Apr-10 1:54 
GeneralRe: IDispatch Pin
Cool_Dev20-Apr-10 4:06
Cool_Dev20-Apr-10 4:06 
GeneralRe: IDispatch Pin
trioum20-Apr-10 4:18
trioum20-Apr-10 4:18 
GeneralRe: IDispatch Pin
trioum20-Apr-10 21:47
trioum20-Apr-10 21:47 
GeneralRe: IDispatch Pin
Cool_Dev21-Apr-10 20:41
Cool_Dev21-Apr-10 20:41 
GeneralRe: IDispatch Pin
trioum22-Apr-10 1:23
trioum22-Apr-10 1:23 
GeneralRe: IDispatch Pin
trioum30-Apr-10 22:36
trioum30-Apr-10 22:36 
Questionsapi text-2-speech linking issues Pin
Henochius16-Mar-10 17:15
Henochius16-Mar-10 17:15 
AnswerRe: sapi text-2-speech linking issues Pin
KingsGambit18-Mar-10 9:09
KingsGambit18-Mar-10 9:09 
QuestionHow to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 0:27
glitteringsound11-Mar-10 0:27 
AnswerRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 1:02
KingsGambit11-Mar-10 1:02 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 1:34
glitteringsound11-Mar-10 1:34 
GeneralRe: How to iterate vtable of COM coclass? Pin
Richard MacCutchan11-Mar-10 2:42
mveRichard MacCutchan11-Mar-10 2:42 
GeneralRe: How to iterate vtable of COM coclass? Pin
R@jeev K R11-Mar-10 4:11
R@jeev K R11-Mar-10 4:11 

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.