Click here to Skip to main content
16,018,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WOW Pin
led mike24-Jan-08 4:54
led mike24-Jan-08 4:54 
GeneralRe: WOW Pin
jhwurmbach24-Jan-08 5:00
jhwurmbach24-Jan-08 5:00 
GeneralRe: WOW Pin
CPallini24-Jan-08 5:04
mveCPallini24-Jan-08 5:04 
GeneralRe: WOW Pin
Mark Salsbery24-Jan-08 6:53
Mark Salsbery24-Jan-08 6:53 
GeneralRe: WOW Pin
Rajesh R Subramanian24-Jan-08 20:05
professionalRajesh R Subramanian24-Jan-08 20:05 
AnswerRe: How can i stop the process. Pin
David Crow24-Jan-08 5:27
David Crow24-Jan-08 5:27 
AnswerRe: How can i stop the process. Pin
Maximilien24-Jan-08 5:50
Maximilien24-Jan-08 5:50 
AnswerRe: How can i stop the process. Pin
Joan M24-Jan-08 8:29
professionalJoan M24-Jan-08 8:29 
On the handler of the first button you can set a global variable (declared in theApp or inside the class where you are working (possibly the same dialog)) to true, and then once you press the second button you can check the state of that variable. Of course you should revert the state of that variable to false once the compiler has finished it's work...

Somehow I have a feeling that the question (how to know if you have pressed a button) and the job done (a compiler) are no matching very well...
GeneralRe: How can i stop the process. Pin
Sanjay K24-Jan-08 17:26
Sanjay K24-Jan-08 17:26 
GeneralRe: How can i stop the process. Pin
Rajesh R Subramanian24-Jan-08 20:08
professionalRajesh R Subramanian24-Jan-08 20:08 
GeneralRe: How can i stop the process. Pin
Joan M24-Jan-08 21:01
professionalJoan M24-Jan-08 21:01 
GeneralRe: How can i stop the process. Pin
Maxwell Chen24-Jan-08 18:20
Maxwell Chen24-Jan-08 18:20 
GeneralRe: How can i stop the process. Pin
Sanjay K24-Jan-08 20:10
Sanjay K24-Jan-08 20:10 
GeneralRe: How can i stop the process. Pin
Maxwell Chen24-Jan-08 21:06
Maxwell Chen24-Jan-08 21:06 
GeneralSpy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 3:51
Dave Calkins24-Jan-08 3:51 
QuestionRe: Spy++ unable to find dialog controls Pin
CPallini24-Jan-08 4:09
mveCPallini24-Jan-08 4:09 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 5:18
Dave Calkins24-Jan-08 5:18 
GeneralRe: Spy++ unable to find dialog controls Pin
David Crow24-Jan-08 4:10
David Crow24-Jan-08 4:10 
GeneralRe: Spy++ unable to find dialog controls Pin
led mike24-Jan-08 4:12
led mike24-Jan-08 4:12 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 5:22
Dave Calkins24-Jan-08 5:22 
GeneralRe: Spy++ unable to find dialog controls Pin
led mike24-Jan-08 5:32
led mike24-Jan-08 5:32 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:19
Dave Calkins24-Jan-08 6:19 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:26
professionalWes Aday24-Jan-08 6:26 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:31
Dave Calkins24-Jan-08 6:31 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:40
professionalWes Aday24-Jan-08 6:40 

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.