Click here to Skip to main content
16,007,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to override OnOK() and OnESC() in an instance of CDialog? Pin
B_U_A4-Mar-09 22:43
B_U_A4-Mar-09 22:43 
AnswerRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
Cedric Moonen4-Mar-09 22:47
Cedric Moonen4-Mar-09 22:47 
GeneralRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
B_U_A4-Mar-09 23:24
B_U_A4-Mar-09 23:24 
GeneralRe: How to override OnOK() and OnESC() in an instance of CDialog? Pin
Hamid_RT4-Mar-09 23:55
Hamid_RT4-Mar-09 23:55 
QuestionHow to receive buffer from a directx based game Pin
kallol kumar4-Mar-09 20:56
kallol kumar4-Mar-09 20:56 
AnswerRe: How to receive buffer from a directx based game [modified] Pin
Code-o-mat4-Mar-09 21:59
Code-o-mat4-Mar-09 21:59 
GeneralRe: How to receive buffer from a directx based game Pin
kallol kumar5-Mar-09 1:15
kallol kumar5-Mar-09 1:15 
GeneralRe: How to receive buffer from a directx based game Pin
Code-o-mat5-Mar-09 1:36
Code-o-mat5-Mar-09 1:36 
Well, i did hook a few simple methods here and there once or twice, but nothing too serious. I'd recommend checking out this[^] valuable article, it is a good place to start learning about hooking methods. If i understand correctly then you are trying to catch the backsurface before it gets presented to the user...if so, i would try looking into IDirect3DDevice9::Present[^] and see if i can hook anything there...you could also try to hook the methods which query for the device-interface and provide your own version (of interface implementation) which sits between the software and the original device interface as a proxy and does its workings when needed...these are just ideas...
This seems to be an interesting task you are doing. Smile | :)

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

QuestionContext Help in dialog Pin
Anu_Bala4-Mar-09 20:14
Anu_Bala4-Mar-09 20:14 
AnswerRe: Context Help in dialog Pin
Hamid_RT4-Mar-09 20:49
Hamid_RT4-Mar-09 20:49 
AnswerRe: Context Help in dialog Pin
SandipG 4-Mar-09 20:56
SandipG 4-Mar-09 20:56 
GeneralRe: Context Help in dialog Pin
Anu_Bala4-Mar-09 21:29
Anu_Bala4-Mar-09 21:29 
QuestionRe: Context Help in dialog Pin
Anu_Bala4-Mar-09 21:58
Anu_Bala4-Mar-09 21:58 
AnswerRe: Context Help in dialog Pin
SandipG 4-Mar-09 22:40
SandipG 4-Mar-09 22:40 
QuestionCWnd getting erased by other windows. Pin
whatever174-Mar-09 19:47
whatever174-Mar-09 19:47 
AnswerRe: CWnd getting erased by other windows. Pin
Cedric Moonen4-Mar-09 20:14
Cedric Moonen4-Mar-09 20:14 
QuestionRe: CWnd getting erased by other windows. Pin
Eytukan4-Mar-09 20:16
Eytukan4-Mar-09 20:16 
AnswerRe: CWnd getting erased by other windows. Pin
Cedric Moonen4-Mar-09 20:20
Cedric Moonen4-Mar-09 20:20 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 21:44
whatever174-Mar-09 21:44 
GeneralRe: CWnd getting erased by other windows. Pin
Iain Clarke, Warrior Programmer4-Mar-09 22:21
Iain Clarke, Warrior Programmer4-Mar-09 22:21 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 22:58
whatever174-Mar-09 22:58 
GeneralRe: CWnd getting erased by other windows. Pin
Iain Clarke, Warrior Programmer4-Mar-09 23:20
Iain Clarke, Warrior Programmer4-Mar-09 23:20 
GeneralRe: CWnd getting erased by other windows. Pin
whatever174-Mar-09 23:45
whatever174-Mar-09 23:45 
GeneralRe: CWnd getting erased by other windows. Pin
SandipG 5-Mar-09 0:33
SandipG 5-Mar-09 0:33 
GeneralRe: CWnd getting erased by other windows. Pin
whatever175-Mar-09 1:15
whatever175-Mar-09 1:15 

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.