Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LoadImage() for NT (Q264347) and RLE compression Pin
Christian Graus12-Apr-02 12:52
protectorChristian Graus12-Apr-02 12:52 
GeneralDemo Program Help Pin
ed112-Apr-02 9:35
ed112-Apr-02 9:35 
GeneralRe: Demo Program Help Pin
Christian Graus12-Apr-02 13:09
protectorChristian Graus12-Apr-02 13:09 
GeneralRe: Demo Program Help Pin
ed115-Apr-02 3:18
ed115-Apr-02 3:18 
GeneralRe: Demo Program Help Pin
Christian Graus15-Apr-02 10:30
protectorChristian Graus15-Apr-02 10:30 
GeneralWhats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 8:54
suss12-Apr-02 8:54 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Le centriste12-Apr-02 9:15
Le centriste12-Apr-02 9:15 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 9:40
suss12-Apr-02 9:40 
Im not sure if thats what Im after, although Im experiemting now.... ill put it another way:

I have:

Member *myMember;

and a function:

MyClass::getMemberDetails( idispatch **val )

It would be cool if I could just go:

myClassObj.getMemberDetails( &myMember )

But instead I have to do this:

IDispatch *d;
myClassObj.getMemberDetails( &d )

So now the IDispatch item is pointing to the object I want, nameley a Member.
However, to invoke member funcitons on this new member, I have to use IDispatch::invoke, and all of the things which go with it (which I discovered on another post.) Id love to avoid doing all of this....

Hope thats clearer - and your help is much apprecaited on this!!!
Cool | :cool: Big Grin | :-D
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Gerald Schwab12-Apr-02 9:42
Gerald Schwab12-Apr-02 9:42 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 9:51
suss12-Apr-02 9:51 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Gerald Schwab12-Apr-02 9:48
Gerald Schwab12-Apr-02 9:48 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Gerald Schwab12-Apr-02 9:50
Gerald Schwab12-Apr-02 9:50 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 10:04
suss12-Apr-02 10:04 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 10:06
suss12-Apr-02 10:06 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Gerald Schwab12-Apr-02 10:05
Gerald Schwab12-Apr-02 10:05 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 10:15
suss12-Apr-02 10:15 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
Gerald Schwab12-Apr-02 10:38
Gerald Schwab12-Apr-02 10:38 
GeneralRe: Whats the deal with IDispatch? - give us a clue!!! Pin
12-Apr-02 10:42
suss12-Apr-02 10:42 
GeneralFormatting Rebar Pin
funbag12-Apr-02 8:36
funbag12-Apr-02 8:36 
GeneralRe: Formatting Rebar Pin
Andres Manggini12-Apr-02 9:19
Andres Manggini12-Apr-02 9:19 
GeneralProperty Sheet Wizard Questions Pin
moobob12-Apr-02 8:27
moobob12-Apr-02 8:27 
GeneralChanging focus to control Pin
Hans Ruck12-Apr-02 8:12
Hans Ruck12-Apr-02 8:12 
GeneralRe: Changing focus to control Pin
Andres Manggini12-Apr-02 9:17
Andres Manggini12-Apr-02 9:17 
GeneralRe: Changing focus to control Pin
Hans Ruck14-Apr-02 21:18
Hans Ruck14-Apr-02 21:18 
Generalshared folders Pin
12-Apr-02 8:11
suss12-Apr-02 8: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.