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

C / C++ / MFC

 
GeneralRe: Checking for integrity of a .dll file Pin
James R. Twine18-Apr-07 16:09
James R. Twine18-Apr-07 16:09 
QuestionAFX_ID_PREVIEW_CLOSE - Help!! Pin
jerome_data17-Apr-07 3:15
jerome_data17-Apr-07 3:15 
QuestionOpen Dialog in Thread Pin
baerten17-Apr-07 2:37
baerten17-Apr-07 2:37 
AnswerRe: Open Dialog in Thread Pin
Arman S.17-Apr-07 2:51
Arman S.17-Apr-07 2:51 
GeneralRe: Open Dialog in Thread Pin
baerten17-Apr-07 3:00
baerten17-Apr-07 3:00 
GeneralRe: Open Dialog in Thread Pin
Nibu babu thomas17-Apr-07 3:11
Nibu babu thomas17-Apr-07 3:11 
Questionwhat is "hooks or hooking" in the mfc Pin
kevien17-Apr-07 2:04
kevien17-Apr-07 2:04 
AnswerRe: what is "hooks or hooking" in the mfc Pin
James R. Twine17-Apr-07 2:44
James R. Twine17-Apr-07 2:44 
   Hooking in this sense means getting notification of specific window (creation, initialization, etc.) and being able to get access to (or intefere with) with the data associated with that event as well as being able to do additional processing.

   Look up the hook-related functions like SetWindowsHookEx(...) for more details.  MSDN also had documentation on "Windows Hooks" that wil be useful to you.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionHow to set menuitem ID in owner drawn menu? Pin
Atul2317-Apr-07 2:02
Atul2317-Apr-07 2:02 
AnswerRe: How to set menuitem ID in owner drawn menu? Pin
sthotakura17-Apr-07 7:27
sthotakura17-Apr-07 7:27 
Questionhow to link dll Pin
viduran17-Apr-07 1:47
viduran17-Apr-07 1:47 
AnswerRe: how to link dll Pin
Paresh Chitte17-Apr-07 1:56
Paresh Chitte17-Apr-07 1:56 
AnswerRe: how to link dll Pin
Nibu babu thomas17-Apr-07 2:04
Nibu babu thomas17-Apr-07 2:04 
AnswerRe: how to link dll Pin
toxcct17-Apr-07 2:16
toxcct17-Apr-07 2:16 
AnswerRe: how to link dll Pin
Programm3r17-Apr-07 2:21
Programm3r17-Apr-07 2:21 
GeneralRe: how to link dll Pin
toxcct21-Apr-07 10:35
toxcct21-Apr-07 10:35 
QuestionRe: how to link dll Pin
viduran18-Apr-07 0:09
viduran18-Apr-07 0:09 
Questionfocus on main application window... Pin
Sunil P V17-Apr-07 1:25
Sunil P V17-Apr-07 1:25 
AnswerRe: focus on main application window... Pin
Paresh Chitte17-Apr-07 1:34
Paresh Chitte17-Apr-07 1:34 
AnswerRe: focus on main application window... [modified] Pin
Nibu babu thomas17-Apr-07 1:35
Nibu babu thomas17-Apr-07 1:35 
GeneralRe: focus on main application window... Pin
Sunil P V17-Apr-07 1:41
Sunil P V17-Apr-07 1:41 
GeneralRe: focus on main application window... Pin
Nibu babu thomas17-Apr-07 1:43
Nibu babu thomas17-Apr-07 1:43 
GeneralRe: focus on main application window... Pin
Michael Dunn17-Apr-07 18:04
sitebuilderMichael Dunn17-Apr-07 18:04 
GeneralRe: focus on main application window... Pin
Nibu babu thomas17-Apr-07 18:24
Nibu babu thomas17-Apr-07 18:24 
QuestionRegarding runtime error Pin
Nikhil Trivedi17-Apr-07 1:16
Nikhil Trivedi17-Apr-07 1:16 

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.