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

C / C++ / MFC

 
GeneralRe: Richedit is displayed and Immediately aborts Pin
VINSON_13-Aug-12 20:54
VINSON_13-Aug-12 20:54 
GeneralRe: Richedit is displayed and Immediately aborts Pin
Richard MacCutchan13-Aug-12 21:26
mveRichard MacCutchan13-Aug-12 21:26 
QuestionCSplitterWnd::GetPane asserts with CFormView pane Pin
Vaclav_11-Aug-12 5:14
Vaclav_11-Aug-12 5:14 
AnswerRe: CSplitterWnd::GetPane asserts with CFormView pane Pin
Stephen Hewitt11-Aug-12 7:28
Stephen Hewitt11-Aug-12 7:28 
Questionhow to reference a c# DLL from a c++ DLL Pin
gs_murphy@ntlworld.com10-Aug-12 2:55
gs_murphy@ntlworld.com10-Aug-12 2:55 
AnswerRe: how to reference a c# DLL from a c++ DLL Pin
Software_Developer10-Aug-12 4:21
Software_Developer10-Aug-12 4:21 
AnswerRe: how to reference a c# DLL from a c++ DLL Pin
Richard MacCutchan10-Aug-12 21:42
mveRichard MacCutchan10-Aug-12 21:42 
QuestionHelp! Crystal Report for VC++ project (VS2008) Pin
shiokbarnabas9-Aug-12 17:11
shiokbarnabas9-Aug-12 17:11 
AnswerRe: Help! Crystal Report for VC++ project (VS2008) Pin
_Flaviu9-Aug-12 19:09
_Flaviu9-Aug-12 19:09 
GeneralFunction to pointer problem Pin
_Flaviu9-Aug-12 7:49
_Flaviu9-Aug-12 7:49 
GeneralRe: Function to pointer problem Pin
Chris Losinger9-Aug-12 8:34
professionalChris Losinger9-Aug-12 8:34 
GeneralRe: Function to pointer problem Pin
_Flaviu9-Aug-12 8:38
_Flaviu9-Aug-12 8:38 
GeneralRe: Function to pointer problem Pin
enhzflep9-Aug-12 8:43
enhzflep9-Aug-12 8:43 
GeneralRe: Function to pointer problem Pin
_Flaviu9-Aug-12 19:11
_Flaviu9-Aug-12 19:11 
GeneralRe: Function to pointer problem Pin
wangweixu9-Aug-12 20:14
wangweixu9-Aug-12 20:14 
GeneralRe: Function to pointer problem Pin
Joan M9-Aug-12 23:48
professionalJoan M9-Aug-12 23:48 
QuestionGood bootstrapping resources Pin
Brandon-X120009-Aug-12 2:10
Brandon-X120009-Aug-12 2:10 
AnswerRe: Good bootstrapping resources Pin
Randor 9-Aug-12 5:03
professional Randor 9-Aug-12 5:03 
GeneralMessagebox Pin
sarfaraznawaz8-Aug-12 21:24
sarfaraznawaz8-Aug-12 21:24 
hi every one ,
UINT scaningFile(LPVOID lpvoid)
{
	CmovProgress *parent = static_cast <CmovProgress *>(lpvoid);
	CRepair_Pana Repair;
	 h_parentWnd = parent->GetSafeHwnd();
	closefile = TRUE;
	Repair.RepairMov(g_sourcePathofReferencefile,parent->GetSafeHwnd());

	InterlockedExchange (&bexecution, FALSE);
	SetEvent(g_hWorkEvent);
	parent->PostMessage(WM_DESTROY, 0 , 0);
	return 0;
}

this my thread from here am calling the core class member function Repair(CString sz_path,HWND h_wnd) in this i have one more sub function.
when am trying to display message box in Repair function with handle
::MessageBox(h_wnd,_T("Please select a healthy movie file "),_T("Information"),MB_ICONINFORMATION);
it coming Active state but same thing which i do for the sub function saving (HWND h_wnd) it coming in inactive state this not getting close on clicking one time its take two to three click to get close
Help out of this .....
Best Regards
SARFARAZ
QuestionRe: Messagebox Pin
Eugen Podsypalnikov8-Aug-12 21:40
Eugen Podsypalnikov8-Aug-12 21:40 
GeneralRe: Messagebox PinPopular
pasztorpisti8-Aug-12 23:23
pasztorpisti8-Aug-12 23:23 
GeneralRe: Messagebox Pin
sarfaraznawaz10-Aug-12 1:27
sarfaraznawaz10-Aug-12 1:27 
GeneralRe: Messagebox Pin
pasztorpisti10-Aug-12 2:27
pasztorpisti10-Aug-12 2:27 
GeneralRe: Messagebox Pin
sarfaraznawaz12-Aug-12 19:39
sarfaraznawaz12-Aug-12 19:39 
GeneralRe: Messagebox Pin
pasztorpisti12-Aug-12 19:50
pasztorpisti12-Aug-12 19:50 

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.