Click here to Skip to main content
15,926,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how we can restrict the dialog Pin
Rajesh R Subramanian6-Jul-06 19:05
professionalRajesh R Subramanian6-Jul-06 19:05 
GeneralRe: how we can restrict the dialog Pin
vasusree6-Jul-06 19:30
vasusree6-Jul-06 19:30 
GeneralRe: how we can restrict the dialog Pin
Rajesh R Subramanian6-Jul-06 19:55
professionalRajesh R Subramanian6-Jul-06 19:55 
QuestionSetWindowLong Pin
HakunaMatada6-Jul-06 18:46
HakunaMatada6-Jul-06 18:46 
AnswerRe: SetWindowLong Pin
Ryan Binns6-Jul-06 19:06
Ryan Binns6-Jul-06 19:06 
AnswerRe: SetWindowLong Pin
Saurabh.Garg6-Jul-06 19:08
Saurabh.Garg6-Jul-06 19:08 
QuestionDLL Injection process [modified] Pin
Lemmin6-Jul-06 18:45
Lemmin6-Jul-06 18:45 
AnswerRe: DLL Injection process Pin
earl7-Jul-06 6:37
earl7-Jul-06 6:37 
You might get farther wrapping the DLL. Write a stub dll with the exact same function names and definitions and replace your old dll with the new one. Then your new dll gets control both before and after each function call, as well as getting control in DLLMain (process / thread attach and detach). This should work as long as the caller is using LoadLibrary / GetProcAddress. If the caller is using load-time linking, then you have to take more care with laying functions out in the dll.

earl
GeneralRe: DLL Injection process Pin
Lemmin7-Jul-06 19:00
Lemmin7-Jul-06 19:00 
QuestionAssertion error Pin
Anu_Bala6-Jul-06 18:32
Anu_Bala6-Jul-06 18:32 
AnswerRe: Assertion error Pin
Naveen6-Jul-06 18:38
Naveen6-Jul-06 18:38 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 18:52
Anu_Bala6-Jul-06 18:52 
GeneralRe: Assertion error Pin
Naveen6-Jul-06 19:14
Naveen6-Jul-06 19:14 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 20:15
Anu_Bala6-Jul-06 20:15 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 20:22
Anu_Bala6-Jul-06 20:22 
QuestionVideo Pin
Anilkumar K V6-Jul-06 18:26
Anilkumar K V6-Jul-06 18:26 
Questionmissing Class in classwizard Pin
Tara146-Jul-06 16:45
Tara146-Jul-06 16:45 
AnswerRe: missing Class in classwizard Pin
Naveen6-Jul-06 17:13
Naveen6-Jul-06 17:13 
GeneralRe: missing Class in classwizard Pin
Tara146-Jul-06 17:20
Tara146-Jul-06 17:20 
GeneralRe: missing Class in classwizard Pin
ThatsAlok6-Jul-06 18:33
ThatsAlok6-Jul-06 18:33 
GeneralRe: missing Class in classwizard Pin
Tara146-Jul-06 18:40
Tara146-Jul-06 18:40 
Questioninclude HTML help into MFC application??? Pin
mimimimilaw6-Jul-06 15:50
mimimimilaw6-Jul-06 15:50 
AnswerRe: include HTML help into MFC application??? Pin
John M. Drescher6-Jul-06 16:11
John M. Drescher6-Jul-06 16:11 
GeneralRe: include HTML help into MFC application??? Pin
mimimimilaw6-Jul-06 16:21
mimimimilaw6-Jul-06 16:21 
AnswerRe: include HTML help into MFC application??? Pin
Ryan Binns6-Jul-06 19:14
Ryan Binns6-Jul-06 19:14 

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.