Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 3:11
Nemanja Trifunovic14-Aug-08 3:11 
QuestionRe: changing windows language in the code Pin
David Crow14-Aug-08 3:49
David Crow14-Aug-08 3:49 
AnswerRe: changing windows language in the code Pin
iayd14-Aug-08 4:20
iayd14-Aug-08 4:20 
GeneralRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 4:42
Nemanja Trifunovic14-Aug-08 4:42 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 5:05
iayd14-Aug-08 5:05 
Questioncannot compile Pin
Mogaambo14-Aug-08 1:12
Mogaambo14-Aug-08 1:12 
AnswerRe: cannot compile Pin
Michael Schubert14-Aug-08 1:35
Michael Schubert14-Aug-08 1:35 
QuestionWaitForSingleObject doesn't work for waiting till the completion of the Thread [modified] Pin
ptr_Electron14-Aug-08 0:27
ptr_Electron14-Aug-08 0:27 
I Started a thread and wait for the thread to complete, and mean while callin DoEvents, since UI is getting frized even
the operation is performed in separted thread. WaitForSingleObject and the below code is not waiting till the completion of
the thread.

hThread=(HANDLE)_beginthreadex(0,0,WorkerThread,(void*) _param,0,0);
	//WaitForSingleObject( hThread, INFINITE );

	GetExitCodeThread(hThread,exitCode);
	while(exitCode!=0)
	{
		DoEvents9();
		//AfxGetApp()->GetMainWnd()->PostMessage(WM_DOEVENTS, 0, 0);
GetExitCodeThread(hThread,exitCode);

modified on Thursday, August 14, 2008 6:46 AM

AnswerRe: WaitForSingleObject doesn't work for waiting till the completion of the Thread Pin
Roger Stoltz14-Aug-08 1:42
Roger Stoltz14-Aug-08 1:42 
QuestionHide a program exe from the Task Manager process list Pin
tns_ranjith13-Aug-08 23:31
tns_ranjith13-Aug-08 23:31 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Cedric Moonen13-Aug-08 23:32
Cedric Moonen13-Aug-08 23:32 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Hamid_RT13-Aug-08 23:36
Hamid_RT13-Aug-08 23:36 
AnswerRe: Hide a program exe from the Task Manager process list Pin
ThatsAlok19-Aug-08 20:43
ThatsAlok19-Aug-08 20:43 
QuestionDll function calls are not called right Pin
dj440013-Aug-08 23:00
dj440013-Aug-08 23:00 
AnswerRe: Dll function calls are not called right Pin
toxcct13-Aug-08 23:30
toxcct13-Aug-08 23:30 
AnswerRe: Dll function calls are not called right Pin
Dan14-Aug-08 9:15
Dan14-Aug-08 9:15 
GeneralRe: Dll function calls are not called right Pin
dj440019-Aug-08 23:03
dj440019-Aug-08 23:03 
QuestionProcess manager Pin
tns_ranjith13-Aug-08 22:52
tns_ranjith13-Aug-08 22:52 
AnswerRe: Process manager Pin
_AnsHUMAN_ 13-Aug-08 23:06
_AnsHUMAN_ 13-Aug-08 23:06 
GeneralRe: Process manager Pin
tns_ranjith13-Aug-08 23:21
tns_ranjith13-Aug-08 23:21 
GeneralRe: Process manager Pin
Cedric Moonen13-Aug-08 23:35
Cedric Moonen13-Aug-08 23:35 
AnswerRe: Process manager Pin
Hamid_RT13-Aug-08 23:28
Hamid_RT13-Aug-08 23:28 
AnswerRe: Process manager Pin
Rajesh R Subramanian14-Aug-08 0:24
professionalRajesh R Subramanian14-Aug-08 0:24 
Questionstrlen question Pin
monsieur_jj13-Aug-08 22:06
monsieur_jj13-Aug-08 22:06 
AnswerRe: strlen question Pin
Jijo.Raj13-Aug-08 22:17
Jijo.Raj13-Aug-08 22:17 

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.