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

C / C++ / MFC

 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:54
David Crow30-Aug-11 10:54 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:01
QuiJohn31-Aug-11 6:01 
GeneralRe: Disappearing MFC controls Pin
David Crow31-Aug-11 6:13
David Crow31-Aug-11 6:13 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:53
Rolf Kristensen30-Aug-11 9:53 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:55
j_schultz30-Aug-11 9:55 
SuggestionRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:44
David Crow30-Aug-11 10:44 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:50
j_schultz30-Aug-11 10:50 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:53
David Crow30-Aug-11 10:53 
AnswerRe: Disappearing MFC controls Pin
xrg_soft@163.com30-Aug-11 16:30
xrg_soft@163.com30-Aug-11 16:30 
AnswerRe: Disappearing MFC controls Pin
Roger Allen2-Sep-11 6:58
Roger Allen2-Sep-11 6:58 
GeneralRe: Disappearing MFC controls Pin
j_schultz12-Sep-11 9:43
j_schultz12-Sep-11 9:43 
QuestionWhich VS2008 files are important? Pin
softwaremonkey30-Aug-11 4:03
softwaremonkey30-Aug-11 4:03 
AnswerRe: Which VS2008 files are important? Pin
«_Superman_»30-Aug-11 4:33
professional«_Superman_»30-Aug-11 4:33 
GeneralRe: Which VS2008 files are important? Pin
Albert Holguin30-Aug-11 5:45
professionalAlbert Holguin30-Aug-11 5:45 
QuestionRe: Which VS2008 files are important? Pin
«_Superman_»30-Aug-11 6:02
professional«_Superman_»30-Aug-11 6:02 
AnswerRe: Which VS2008 files are important? Pin
Albert Holguin30-Aug-11 7:04
professionalAlbert Holguin30-Aug-11 7:04 
AnswerRe: Which VS2008 files are important? Pin
Albert Holguin30-Aug-11 5:42
professionalAlbert Holguin30-Aug-11 5:42 
AnswerRe: Which VS2008 files are important? Pin
Joe Woodbury30-Aug-11 8:10
professionalJoe Woodbury30-Aug-11 8:10 
GeneralRe: Which VS2008 files are important? Pin
softwaremonkey30-Aug-11 8:21
softwaremonkey30-Aug-11 8:21 
QuestionHow to Invalidate & restrict the size of a custome control bar. Pin
Amrit Agr30-Aug-11 3:13
Amrit Agr30-Aug-11 3:13 
AnswerRe: How to Invalidate & restrict the size of a custome control bar. Pin
Roger Allen2-Sep-11 6:59
Roger Allen2-Sep-11 6:59 
QuestionGetting the options from a Html.SELECT object Pin
kartikdasani30-Aug-11 1:11
kartikdasani30-Aug-11 1:11 
QuestionHow to get all Acitve Windows Com Port Pin
sujithrakumar30-Aug-11 0:02
sujithrakumar30-Aug-11 0:02 
AnswerRe: How to get all Acitve Windows Com Port Pin
Code-o-mat30-Aug-11 1:12
Code-o-mat30-Aug-11 1:12 
QuestionWaitForMultipleObjects Pin
john563229-Aug-11 23:47
john563229-Aug-11 23:47 
I run 1 or 2 thread at button click and on second button click I am closing dialog box but I am checking before closing thread to treminate.

pThreadHandle = new HANDLE[nCount] ;

....
....
....
WaitForMultipleObjects(nCount,pThreadHandle,TRUE,INFINITE)


But It goes in infinte lopp and dialog never ends. How it is wating for infinite?
Give me suggestion to do so.

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.