Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with Buttons in Child Windows Pin
AndyO28-Jun-02 7:34
AndyO28-Jun-02 7:34 
GeneralOnly one column in reportview listcontrol Pin
ns28-Jun-02 6:44
ns28-Jun-02 6:44 
GeneralRe: Only one column in reportview listcontrol Pin
Mike Nordell28-Jun-02 8:38
Mike Nordell28-Jun-02 8:38 
GeneralRe: Only one column in reportview listcontrol Pin
ns28-Jun-02 8:57
ns28-Jun-02 8:57 
GeneralRe: Only one column in reportview listcontrol Pin
Shog928-Jun-02 10:23
sitebuilderShog928-Jun-02 10:23 
QuestionHow to remove the title bar from CFormView in MDI? Pin
ns28-Jun-02 6:31
ns28-Jun-02 6:31 
AnswerRe: How to remove the title bar from CFormView in MDI? Pin
ns28-Jun-02 7:34
ns28-Jun-02 7:34 
GeneralOverwriting COM interface Pin
28-Jun-02 6:02
suss28-Jun-02 6:02 
(I asked this in the COM forum, thought this one might get a responce sooner, sorry)

Hi, i appologise if this question has been asked be before but its got me stummped, i need to overwrite one of the function pointers in a COM interface, i dont have access to the COM source nor can i modify it, i simply need to overwrite the pointer, i keep getting access violations.??

Goes something like this.

IInterface * MyInterface= MakeInterface();
unsigned * vTbl = ((unsigned**)MyInterface)[0];
vTbl[THE_FUNCTION_INDEX] = NewFunction;

Hope that gives you the idea of what i want, kinda like hooking a COM interface, i have yet to find an easy/any soloution like simply overwriting the functions pointer.
GeneralCommunication between windows Pin
solosnake28-Jun-02 5:55
solosnake28-Jun-02 5:55 
GeneralRe: Communication between windows Pin
Hans Ruck28-Jun-02 6:01
Hans Ruck28-Jun-02 6:01 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 6:21
solosnake28-Jun-02 6:21 
GeneralRe: Communication between windows Pin
28-Jun-02 6:02
suss28-Jun-02 6:02 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 6:21
solosnake28-Jun-02 6:21 
GeneralRe: Communication between windows Pin
Alexandru Savescu28-Jun-02 8:12
Alexandru Savescu28-Jun-02 8:12 
GeneralRe: Communication between windows Pin
solosnake28-Jun-02 22:21
solosnake28-Jun-02 22:21 
GeneralDynamic creating a Object Pin
RuiSantiago28-Jun-02 5:33
RuiSantiago28-Jun-02 5:33 
GeneralRe: Dynamic creating a Object Pin
Michael Dunn28-Jun-02 16:49
sitebuilderMichael Dunn28-Jun-02 16:49 
Generalsema_t equivalent for Visual C Pin
Steven Gregg28-Jun-02 4:57
Steven Gregg28-Jun-02 4:57 
GeneralRe: sema_t equivalent for Visual C Pin
Mike Nordell28-Jun-02 8:42
Mike Nordell28-Jun-02 8:42 
GeneralRe: sema_t equivalent for Visual C Pin
Gary Kirkham28-Jun-02 9:01
Gary Kirkham28-Jun-02 9:01 
GeneralRe: sema_t equivalent for Visual C Pin
Gary Kirkham28-Jun-02 9:08
Gary Kirkham28-Jun-02 9:08 
GeneralSample code for MDI functionality needed Pin
ns28-Jun-02 4:27
ns28-Jun-02 4:27 
GeneralRe: Sample code for MDI functionality needed Pin
Mike Nordell28-Jun-02 8:48
Mike Nordell28-Jun-02 8:48 
GeneralRe: Sample code for MDI functionality needed Pin
ns28-Jun-02 10:14
ns28-Jun-02 10:14 
GeneralSetWIndowPos (MFC) and modal dialog problem Pin
ns28-Jun-02 4:25
ns28-Jun-02 4:25 

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.