Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas27-Feb-07 0:12
Nibu babu thomas27-Feb-07 0:12 
GeneralRe: Strange Font bolding Pin
super_ttd27-Feb-07 21:55
super_ttd27-Feb-07 21:55 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas28-Feb-07 17:24
Nibu babu thomas28-Feb-07 17:24 
GeneralRe: Strange Font bolding Pin
super_ttd28-Feb-07 21:30
super_ttd28-Feb-07 21:30 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas28-Feb-07 21:36
Nibu babu thomas28-Feb-07 21:36 
Questioni want to know when a button is clicked but it was "DISABLED" Pin
Ing.Raiz8227-Feb-07 0:08
Ing.Raiz8227-Feb-07 0:08 
AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
prasad_som27-Feb-07 0:15
prasad_som27-Feb-07 0:15 
AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
James R. Twine27-Feb-07 1:14
James R. Twine27-Feb-07 1:14 
   Do you want to know if the user tried to activate the disabled button?  If so, trap mouse messages like WM_MOUSEMOVE and WM_LBUTTONUP (not WM_LBUTTONDOWN - normal buttons activate on the release of the mouse button).

   If you are worried about some other application sending you artificial button click messages (like the application that automatically dismisses the Outlook "something is trying to send email on your behalf" dialog), look for WM_COMMAND messages for that button, and if you know button's state when you last set it, you can determine if the message is real or not.

   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

AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
Ing.Raiz8227-Feb-07 4:01
Ing.Raiz8227-Feb-07 4:01 
QuestionDestroy View Pin
baerten27-Feb-07 0:04
baerten27-Feb-07 0:04 
AnswerRe: Destroy View Pin
prasad_som27-Feb-07 1:38
prasad_som27-Feb-07 1:38 
GeneralRe: Destroy View Pin
baerten27-Feb-07 1:51
baerten27-Feb-07 1:51 
JokeDamn Pin
baerten27-Feb-07 4:02
baerten27-Feb-07 4:02 
GeneralRe: Damn Pin
prasad_som27-Feb-07 4:16
prasad_som27-Feb-07 4:16 
GeneralRe: Damn Pin
baerten27-Feb-07 21:02
baerten27-Feb-07 21:02 
GeneralRe: Damn Pin
prasad_som28-Feb-07 1:20
prasad_som28-Feb-07 1:20 
Questionchanging font size of cstatic ctrl. How ? Pin
sakthimuthu27-Feb-07 0:03
sakthimuthu27-Feb-07 0:03 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
Hamid_RT27-Feb-07 0:38
Hamid_RT27-Feb-07 0:38 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
prasad_som27-Feb-07 1:28
prasad_som27-Feb-07 1:28 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
David Crow27-Feb-07 2:55
David Crow27-Feb-07 2:55 
Questionpassing parameter in thread Pin
neha.agarwal2726-Feb-07 23:40
neha.agarwal2726-Feb-07 23:40 
AnswerRe: passing parameter in thread Pin
toxcct26-Feb-07 23:42
toxcct26-Feb-07 23:42 
GeneralRe: passing parameter in thread [modified] Pin
Nibu babu thomas27-Feb-07 1:17
Nibu babu thomas27-Feb-07 1:17 
GeneralRe: passing parameter in thread Pin
toxcct27-Feb-07 1:49
toxcct27-Feb-07 1:49 
GeneralRe: passing parameter in thread Pin
James R. Twine27-Feb-07 1:24
James R. Twine27-Feb-07 1:24 

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.