Click here to Skip to main content
15,891,772 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Combobox Mouseover for Items Pin
David Crow17-Jul-08 4:27
David Crow17-Jul-08 4:27 
AnswerRe: Combobox Mouseover for Items Pin
Joschwenk66621-Jul-08 7:19
Joschwenk66621-Jul-08 7:19 
QuestionThread is not creating the Progress Dialog Pin
ptr_Electron17-Jul-08 1:59
ptr_Electron17-Jul-08 1:59 
QuestionRe: Thread is not creating the Progress Dialog Pin
David Crow17-Jul-08 4:25
David Crow17-Jul-08 4:25 
AnswerRe: Thread is not creating the Progress Dialog Pin
ptr_Electron17-Jul-08 22:12
ptr_Electron17-Jul-08 22:12 
AnswerRe: Thread is not creating the Progress Dialog [modified] Pin
Mark Salsbery17-Jul-08 7:38
Mark Salsbery17-Jul-08 7:38 
GeneralRe: Thread is not creating the Progress Dialog Pin
ptr_Electron17-Jul-08 18:19
ptr_Electron17-Jul-08 18:19 
AnswerRe: Thread is not creating the Progress Dialog Pin
aks.17-Jul-08 20:56
aks.17-Jul-08 20:56 
The problem is that the ui thread is creating a window that is a child of a main thread window . Windows communicate with their parent window, so the ui thread has to wait until the parent window's thread processes a message. I think thats y ur CPrgDlg is not displayed. It may display after completing the loop.
I think u can create a worker thread and can call CPrgDlg from the thread function.

aks

GeneralRe: Thread is not creating the Progress Dialog Pin
ptr_Electron18-Jul-08 0:11
ptr_Electron18-Jul-08 0:11 
QuestionProgrammatic Function Profiling Pin
Varghese Paul M17-Jul-08 1:51
Varghese Paul M17-Jul-08 1:51 
AnswerRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 2:03
mveCPallini17-Jul-08 2:03 
GeneralRe: Programmatic Function Profiling Pin
Cedric Moonen17-Jul-08 2:18
Cedric Moonen17-Jul-08 2:18 
GeneralRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 2:41
mveCPallini17-Jul-08 2:41 
GeneralRe: Programmatic Function Profiling Pin
Cedric Moonen17-Jul-08 2:45
Cedric Moonen17-Jul-08 2:45 
GeneralRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 3:01
mveCPallini17-Jul-08 3:01 
GeneralRe: Programmatic Function Profiling Pin
Rajesh R Subramanian17-Jul-08 2:46
professionalRajesh R Subramanian17-Jul-08 2:46 
JokeRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 2:53
mveCPallini17-Jul-08 2:53 
GeneralRe: Programmatic Function Profiling Pin
Rajesh R Subramanian17-Jul-08 3:01
professionalRajesh R Subramanian17-Jul-08 3:01 
AnswerRe: Programmatic Function Profiling Pin
Hamid_RT17-Jul-08 2:10
Hamid_RT17-Jul-08 2:10 
AnswerRe: Programmatic Function Profiling Pin
Rajesh R Subramanian17-Jul-08 2:43
professionalRajesh R Subramanian17-Jul-08 2:43 
GeneralRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 2:49
mveCPallini17-Jul-08 2:49 
GeneralRe: Programmatic Function Profiling Pin
Rajesh R Subramanian17-Jul-08 2:55
professionalRajesh R Subramanian17-Jul-08 2:55 
GeneralRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 3:09
mveCPallini17-Jul-08 3:09 
GeneralRe: Programmatic Function Profiling Pin
Rajesh R Subramanian17-Jul-08 3:18
professionalRajesh R Subramanian17-Jul-08 3:18 
GeneralRe: Programmatic Function Profiling Pin
CPallini17-Jul-08 3:30
mveCPallini17-Jul-08 3:30 

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.