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

COM

 
QuestionQuestion on Regcomplus.exe Pin
Simon Mandy19-Mar-10 8:44
Simon Mandy19-Mar-10 8:44 
QuestionDrag and drop shell extension blocking explorer.exe Pin
Sebastien Mongrain19-Mar-10 8:15
Sebastien Mongrain19-Mar-10 8:15 
QuestionIDispatch Pin
trioum18-Mar-10 2:23
trioum18-Mar-10 2:23 
AnswerRe: IDispatch Pin
Stephen Hewitt20-Mar-10 22:08
Stephen Hewitt20-Mar-10 22:08 
AnswerRe: IDispatch Pin
Cool_Dev21-Mar-10 23:59
Cool_Dev21-Mar-10 23:59 
GeneralRe: IDispatch Pin
trioum26-Mar-10 7:57
trioum26-Mar-10 7:57 
GeneralRe: IDispatch Pin
Cool_Dev27-Mar-10 2:55
Cool_Dev27-Mar-10 2:55 
GeneralRe: IDispatch Pin
trioum16-Apr-10 21:26
trioum16-Apr-10 21: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 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 
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 

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.