Click here to Skip to main content
15,904,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to pass a structure as reference. Pin
bob169725-Aug-07 5:11
bob169725-Aug-07 5:11 
GeneralRe: how to pass a structure as reference. Pin
uday kiran janaswamy6-Aug-07 3:03
uday kiran janaswamy6-Aug-07 3:03 
AnswerRe: how to pass a structure as reference. Pin
ThatsAlok5-Aug-07 19:51
ThatsAlok5-Aug-07 19:51 
Questionlist.remove removes all the list Pin
beriho4-Aug-07 18:25
beriho4-Aug-07 18:25 
AnswerRe: list.remove removes all the list Pin
Chris Losinger5-Aug-07 10:52
professionalChris Losinger5-Aug-07 10:52 
GeneralRe: list.remove removes all the list Pin
beriho5-Aug-07 19:38
beriho5-Aug-07 19:38 
QuestionStop list view items from being sorted Pin
Perspx4-Aug-07 11:20
Perspx4-Aug-07 11:20 
AnswerRe: Stop list view items from being sorted Pin
Mark Salsbery4-Aug-07 11:52
Mark Salsbery4-Aug-07 11:52 
GeneralRe: Stop list view items from being sorted Pin
Perspx4-Aug-07 11:53
Perspx4-Aug-07 11:53 
GeneralRe: Stop list view items from being sorted Pin
Mark Salsbery4-Aug-07 12:09
Mark Salsbery4-Aug-07 12:09 
QuestionRe: Stop list view items from being sorted Pin
Hamid_RT4-Aug-07 19:21
Hamid_RT4-Aug-07 19:21 
QuestionRe: Stop list view items from being sorted Pin
Perspx5-Aug-07 2:15
Perspx5-Aug-07 2:15 
AnswerRe: Stop list view items from being sorted Pin
Hamid_RT5-Aug-07 3:41
Hamid_RT5-Aug-07 3:41 
GeneralRe: Stop list view items from being sorted Pin
Perspx5-Aug-07 3:29
Perspx5-Aug-07 3:29 
GeneralRe: Stop list view items from being sorted Pin
Hamid_RT5-Aug-07 3:53
Hamid_RT5-Aug-07 3:53 
GeneralRe: Stop list view items from being sorted Pin
Perspx5-Aug-07 4:46
Perspx5-Aug-07 4:46 
Questionmutex problem Pin
VC_RYK4-Aug-07 5:56
VC_RYK4-Aug-07 5:56 
AnswerRe: mutex problem Pin
Mark Salsbery4-Aug-07 6:45
Mark Salsbery4-Aug-07 6:45 
GeneralRe: mutex problem Pin
VC_RYK4-Aug-07 7:12
VC_RYK4-Aug-07 7:12 
GeneralRe: mutex problem Pin
Mark Salsbery4-Aug-07 8:32
Mark Salsbery4-Aug-07 8:32 
GeneralRe: mutex problem Pin
JudyL_MD6-Aug-07 2:31
JudyL_MD6-Aug-07 2:31 
QuestionSubclassing and hooking the Microsoft Office 2000/2003/2007 File Open / Save Dialog boxes using Win32 C code Pin
JuggernautMsn4-Aug-07 2:23
JuggernautMsn4-Aug-07 2:23 
AnswerRe: Subclassing and hooking the Microsoft Office 2000/2003/2007 File Open / Save Dialog boxes using Win32 C code Pin
Mark Salsbery4-Aug-07 6:48
Mark Salsbery4-Aug-07 6:48 
AnswerRe: Subclassing and hooking the Microsoft Office 2000/2003/2007 File Open / Save Dialog boxes using Win32 C code Pin
Force Code4-Aug-07 9:28
Force Code4-Aug-07 9:28 
GeneralRe: Subclassing and hooking the Microsoft Office 2000/2003/2007 File Open / Save Dialog boxes using Win32 C code Pin
Force Code4-Aug-07 13:41
Force Code4-Aug-07 13:41 
FWIW, its not only win32 functions that can be hooked. If you know MFC calls, and their parameters, you can hook the import table for them in the same way. Also, the executable format is the same for all windows binaries, regardless if they're .NET, managed, or whatever - at least that's my understanding. Everything is just a wrapper for the win32/platformsdk.

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.