Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor11-Sep-07 16:45
StarMeteor11-Sep-07 16:45 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
Mark Salsbery12-Sep-07 6:17
Mark Salsbery12-Sep-07 6:17 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor12-Sep-07 17:21
StarMeteor12-Sep-07 17:21 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
Mark Salsbery13-Sep-07 5:24
Mark Salsbery13-Sep-07 5:24 
Questiondont replace the ok button coding in that ok button e want enter coding Pin
yadahav10-Sep-07 22:02
yadahav10-Sep-07 22:02 
AnswerRe: dont replace the ok button coding in that ok button e want enter coding Pin
Cedric Moonen10-Sep-07 22:27
Cedric Moonen10-Sep-07 22:27 
QuestionStoping thread.... Pin
neha.agarwal2710-Sep-07 22:01
neha.agarwal2710-Sep-07 22:01 
AnswerRe: Stoping thread.... Pin
Cedric Moonen10-Sep-07 22:04
Cedric Moonen10-Sep-07 22:04 
In general the way to do it is to use a flag to tell the thread to continue looping or not: the loop will check this flag and continue its work until it is set.
Then, from your main thread, you can set this flag in order to stop the thread.

But of course, this depends a lot of your current architecture.


Cédric Moonen
Software developer

Charting control [v1.2]

AnswerRe: Stoping thread.... Pin
Sreedhar DV10-Sep-07 22:11
Sreedhar DV10-Sep-07 22:11 
AnswerRe: Stoping thread.... Pin
David Crow11-Sep-07 3:15
David Crow11-Sep-07 3:15 
QuestionHow to create enter botton in mfc? Pin
yadahav10-Sep-07 21:34
yadahav10-Sep-07 21:34 
AnswerRe: How to create enter botton in mfc? Pin
jhwurmbach10-Sep-07 21:45
jhwurmbach10-Sep-07 21:45 
AnswerRe: How to create enter botton in mfc? Pin
Naveen10-Sep-07 21:47
Naveen10-Sep-07 21:47 
AnswerRe: How to create enter botton in mfc? Pin
Hamid_RT11-Sep-07 1:55
Hamid_RT11-Sep-07 1:55 
QuestionCEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 21:19
shir_k10-Sep-07 21:19 
AnswerRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen10-Sep-07 21:44
Naveen10-Sep-07 21:44 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 22:54
shir_k10-Sep-07 22:54 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen10-Sep-07 23:18
Naveen10-Sep-07 23:18 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 23:51
shir_k10-Sep-07 23:51 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen11-Sep-07 0:03
Naveen11-Sep-07 0:03 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k11-Sep-07 0:31
shir_k11-Sep-07 0:31 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen11-Sep-07 1:00
Naveen11-Sep-07 1:00 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k11-Sep-07 3:12
shir_k11-Sep-07 3:12 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen11-Sep-07 15:06
Naveen11-Sep-07 15:06 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k11-Sep-07 18:08
shir_k11-Sep-07 18:08 

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.