Click here to Skip to main content
15,881,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create progress dialog box? Pin
AnayKulkarni19-Sep-07 21:08
AnayKulkarni19-Sep-07 21:08 
AnswerRe: How to create progress dialog box? Pin
nbugalia19-Sep-07 21:18
nbugalia19-Sep-07 21:18 
GeneralRe: How to create progress dialog box? Pin
Cedric Moonen19-Sep-07 21:21
Cedric Moonen19-Sep-07 21:21 
GeneralRe: How to create progress dialog box? Pin
nbugalia19-Sep-07 21:42
nbugalia19-Sep-07 21:42 
GeneralRe: How to create progress dialog box? Pin
Cedric Moonen19-Sep-07 21:51
Cedric Moonen19-Sep-07 21:51 
GeneralRe: How to create progress dialog box? Pin
nbugalia19-Sep-07 22:05
nbugalia19-Sep-07 22:05 
GeneralRe: How to create progress dialog box? Pin
Cedric Moonen19-Sep-07 22:40
Cedric Moonen19-Sep-07 22:40 
GeneralRe: How to create progress dialog box? Pin
nbugalia19-Sep-07 22:56
nbugalia19-Sep-07 22:56 
Yes, I did the same.
Here is the code -
void CtestdlgDlg::OnBnClickedOk()
{
   AfxBeginThread (MyControllingFunction, NULL);
}


UINT __cdecl MyControllingFunction( LPVOID pParam )
{
   CMyDlg dlg;
   dlg.DoModal ();
   return 0;
}

GeneralRe: How to create progress dialog box? Pin
Cedric Moonen19-Sep-07 23:04
Cedric Moonen19-Sep-07 23:04 
GeneralRe: How to create progress dialog box? Pin
nbugalia19-Sep-07 23:13
nbugalia19-Sep-07 23:13 
AnswerRe: How to create progress dialog box? Pin
David Crow20-Sep-07 2:56
David Crow20-Sep-07 2:56 
Questionhow to get the value of a check box in a dialog box Pin
Dhiraj kumar Saini19-Sep-07 20:29
Dhiraj kumar Saini19-Sep-07 20:29 
AnswerRe: how to get the value of a check box in a dialog box Pin
Maxwell Chen19-Sep-07 20:32
Maxwell Chen19-Sep-07 20:32 
AnswerRe: how to get the value of a check box in a dialog box Pin
David Crow20-Sep-07 2:54
David Crow20-Sep-07 2:54 
QuestionMemory Leak problem Pin
GauranG Shah19-Sep-07 20:07
GauranG Shah19-Sep-07 20:07 
GeneralRe: Memory Leak problem Pin
Maxwell Chen19-Sep-07 20:30
Maxwell Chen19-Sep-07 20:30 
AnswerRe: Memory Leak problem Pin
ThatsAlok19-Sep-07 20:33
ThatsAlok19-Sep-07 20:33 
GeneralRe: Memory Leak problem Pin
Cedric Moonen19-Sep-07 20:43
Cedric Moonen19-Sep-07 20:43 
AnswerRe: Memory Leak problem Pin
Cedric Moonen19-Sep-07 20:42
Cedric Moonen19-Sep-07 20:42 
AnswerRe: Memory Leak problem Pin
Emilio Garavaglia19-Sep-07 20:42
Emilio Garavaglia19-Sep-07 20:42 
AnswerRe: Memory Leak problem Pin
nbugalia19-Sep-07 20:57
nbugalia19-Sep-07 20:57 
AnswerOff Topic Pin
toxcct19-Sep-07 22:08
toxcct19-Sep-07 22:08 
GeneralRe: Off Topic Pin
GauranG Shah19-Sep-07 23:11
GauranG Shah19-Sep-07 23:11 
GeneralRe: Off Topic Pin
toxcct19-Sep-07 23:24
toxcct19-Sep-07 23:24 
GeneralRe: Off Topic Pin
GauranG Shah20-Sep-07 1:57
GauranG Shah20-Sep-07 1:57 

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.