Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with double pointers and const Pin
elelont29-Apr-15 3:19
elelont29-Apr-15 3:19 
GeneralRe: Help with double pointers and const Pin
CPallini9-Apr-15 8:52
mveCPallini9-Apr-15 8:52 
GeneralRe: Help with double pointers and const Pin
Stefan_Lang10-Apr-15 0:27
Stefan_Lang10-Apr-15 0:27 
GeneralRe: Help with double pointers and const Pin
Stefan_Lang10-Apr-15 0:14
Stefan_Lang10-Apr-15 0:14 
GeneralRe: Help with double pointers and const Pin
CPallini10-Apr-15 5:16
mveCPallini10-Apr-15 5:16 
Questionrecovering storage Pin
Member 115916078-Apr-15 9:24
Member 115916078-Apr-15 9:24 
AnswerRe: recovering storage Pin
Richard MacCutchan8-Apr-15 20:20
mveRichard MacCutchan8-Apr-15 20:20 
Answer[Repost] Pin
Sascha Lefèvre8-Apr-15 20:33
professionalSascha Lefèvre8-Apr-15 20:33 
QuestionBuffer data size Pin
_Flaviu7-Apr-15 21:46
_Flaviu7-Apr-15 21:46 
AnswerRe: Buffer data size Pin
Jochen Arndt8-Apr-15 1:58
professionalJochen Arndt8-Apr-15 1:58 
GeneralRe: Buffer data size Pin
_Flaviu8-Apr-15 20:44
_Flaviu8-Apr-15 20:44 
AnswerRe: Buffer data size Pin
Richard MacCutchan8-Apr-15 2:40
mveRichard MacCutchan8-Apr-15 2:40 
Questionc graphics Pin
vinay dahiya6-Apr-15 12:07
vinay dahiya6-Apr-15 12:07 
AnswerRe: c graphics Pin
Richard MacCutchan6-Apr-15 21:00
mveRichard MacCutchan6-Apr-15 21:00 
AnswerRe: c graphics Pin
CPallini6-Apr-15 21:14
mveCPallini6-Apr-15 21:14 
AnswerRe: c graphics Pin
Stefan_Lang8-Apr-15 3:59
Stefan_Lang8-Apr-15 3:59 
QuestionI need to design a visual design tools for a private GUI library. Pin
yu-jian6-Apr-15 6:38
yu-jian6-Apr-15 6:38 
AnswerRe: I need to design a visual design tools for a private GUI library. Pin
David Crow6-Apr-15 7:46
David Crow6-Apr-15 7:46 
AnswerRe: I need to design a visual design tools for a private GUI library. Pin
Sascha Lefèvre6-Apr-15 8:22
professionalSascha Lefèvre6-Apr-15 8:22 
QuestionIoleUndoManager with Excel application Pin
jaafar tribak6-Apr-15 5:45
jaafar tribak6-Apr-15 5:45 
Hi all,
First of all, I would like to apologize for posting this question in the C++ forum as it deals with Classic VB (VBA) ... The reason I posted here is because I can't get an answer (not even a hint) in the VB/VBA foums ... I searched the web extensively but without any luck

I hope you guys can ,at least, point me in the right direction

Problem:

I am trying to control the Undo/Redo Stack in excel but I can't seem to get a pointer to the UndoManager Interface in the ppv out argument when calling the QueryService Method .. it always returns Nothing ..

I hope someone can tell me what I am doing wrong .. I think the "SID_SApplicationObject" is not the right SID for what I am trying to achieve

Note : I am using the olelib.tlb

Code :
VB
Sub Test()
    Dim pUnk As olelib.IUnknown
    Dim IServiceProvider As olelib.IServiceProvider
    Dim IID_IServiceProvider  As olelib.UUID
    Dim IID_IOleUndoManager As olelib.UUID
    Dim SID_SApplicationObject As olelib.UUID
    Dim ppv As IUnknown
    CLSIDFromString IIDSTR_IServiceProvider, IID_IServiceProvider
    CLSIDFromString "{0C539790-12E4-11CF-B661-00AA004CD6D8}", SID_SApplicationObject
    Set pUnk = Excel.Application
    pUnk.QueryInterface IID_IServiceProvider, IServiceProvider
    IServiceProvider.QueryService SID_SApplicationObject, IID_IOleUndoManager, ppv 
End Sub

Any help will be much appreciated
Regards.
GeneralRe: IoleUndoManager with Excel application Pin
David Crow6-Apr-15 7:50
David Crow6-Apr-15 7:50 
GeneralRe: IoleUndoManager with Excel application Pin
jaafar tribak6-Apr-15 13:14
jaafar tribak6-Apr-15 13:14 
QuestionCFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........ Pin
N3KK5-Apr-15 21:06
N3KK5-Apr-15 21:06 
AnswerRe: CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........ Pin
Richard MacCutchan5-Apr-15 21:56
mveRichard MacCutchan5-Apr-15 21:56 
GeneralRe: CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........ Pin
N3KK5-Apr-15 22:16
N3KK5-Apr-15 22:16 

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.