Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Responding to TAB in CEdit Pin
CPallini8-Jan-07 3:55
mveCPallini8-Jan-07 3:55 
GeneralRe: Responding to TAB in CEdit Pin
Shay Harel8-Jan-07 4:08
Shay Harel8-Jan-07 4:08 
QuestionHow can i use Image magick in MFC? Pin
$uresh $hanmugam8-Jan-07 2:33
$uresh $hanmugam8-Jan-07 2:33 
AnswerRe: How can i use Image magick in MFC? Pin
Chris Losinger8-Jan-07 3:35
professionalChris Losinger8-Jan-07 3:35 
GeneralRe: How can i use Image magick in MFC? Pin
$uresh $hanmugam8-Jan-07 22:12
$uresh $hanmugam8-Jan-07 22:12 
Questionprocess termination issue Pin
Raj Prathap8-Jan-07 2:25
Raj Prathap8-Jan-07 2:25 
AnswerRe: process termination issue Pin
Monty28-Jan-07 2:27
Monty28-Jan-07 2:27 
GeneralRe: process termination issue Pin
Raj Prathap8-Jan-07 2:46
Raj Prathap8-Jan-07 2:46 
Thanks for the reply.<br />
 Here is the way I'm terminating.<br />
 <br />
 1. PostThreadMessage(WM_QUIT, NULL, NULL);<br />
 2. dwState = ::WaitForSingleObject(m_hThread, 6000);<br />
<br />
 3. if(dwState != WAIT_OBJECT_0)<br />
  	TerminateThread(m_hThread, dwExitCode);



--
Pratap
AnswerRe: process termination issue Pin
Stephen Hewitt8-Jan-07 11:42
Stephen Hewitt8-Jan-07 11:42 
QuestionProblem using OpenFileDialog Pin
priyank_ldce8-Jan-07 2:03
priyank_ldce8-Jan-07 2:03 
AnswerRe: Problem using OpenFileDialog Pin
Monty28-Jan-07 2:28
Monty28-Jan-07 2:28 
AnswerRe: Problem using OpenFileDialog Pin
Hamid_RT8-Jan-07 17:39
Hamid_RT8-Jan-07 17:39 
QuestionCoInitializeEx Problem Pin
Raj Prathap8-Jan-07 1:51
Raj Prathap8-Jan-07 1:51 
AnswerRe: CoInitializeEx Problem Pin
Roger Stoltz8-Jan-07 5:46
Roger Stoltz8-Jan-07 5:46 
QuestionThread increasing memory usage? Why ? Pin
Sakthiu8-Jan-07 1:14
Sakthiu8-Jan-07 1:14 
AnswerRe: Thread increasing memory usage? Why ? Pin
PatrykDabrowski8-Jan-07 1:31
PatrykDabrowski8-Jan-07 1:31 
AnswerRe: Thread increasing memory usage? Why ? Pin
Cedric Moonen8-Jan-07 1:32
Cedric Moonen8-Jan-07 1:32 
AnswerRe: Thread increasing memory usage? Why ? Pin
David Crow8-Jan-07 4:01
David Crow8-Jan-07 4:01 
AnswerRe: Thread increasing memory usage? Why ? Pin
Roger Stoltz8-Jan-07 4:57
Roger Stoltz8-Jan-07 4:57 
QuestionHow to play .wav file and control speed of the playing .wav file Pin
CraZyToLearn8-Jan-07 1:10
CraZyToLearn8-Jan-07 1:10 
AnswerRe: How to play .wav file and control speed of the playing .wav file Pin
Rajesh R Subramanian8-Jan-07 3:51
professionalRajesh R Subramanian8-Jan-07 3:51 
GeneralRe: How to play .wav file and control speed of the playing .wav file Pin
CraZyToLearn8-Jan-07 18:40
CraZyToLearn8-Jan-07 18:40 
GeneralRe: How to play .wav file and control speed of the playing .wav file Pin
S Douglas8-Jan-07 21:34
professionalS Douglas8-Jan-07 21:34 
AnswerRe: How to play .wav file and control speed of the playing .wav file Pin
Hamid_RT8-Jan-07 17:44
Hamid_RT8-Jan-07 17:44 
QuestionHow to play .wav file and control speed of the playing .wav file Pin
CraZyToLearn8-Jan-07 0:49
CraZyToLearn8-Jan-07 0:49 

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.