Click here to Skip to main content
15,914,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDesktop window Pin
Zak_7-Aug-03 5:13
Zak_7-Aug-03 5:13 
GeneralRe: Desktop window Pin
Ryan Binns7-Aug-03 5:19
Ryan Binns7-Aug-03 5:19 
GeneralSetDlgItemText problems Pin
keegan7-Aug-03 4:32
keegan7-Aug-03 4:32 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 4:45
Ryan Binns7-Aug-03 4:45 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 4:53
keegan7-Aug-03 4:53 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:04
Ryan Binns7-Aug-03 5:04 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:13
keegan7-Aug-03 5:13 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:18
Ryan Binns7-Aug-03 5:18 
keegan wrote:
My assumption is that this for loop executes forever, and the page will not get created until it is finished.

That's correct. An application is considered to be responding if it checks its message queue. You are not checking the message queue, and therefore cannot do anything (including updating the screen), and therefore the program is not responding.

The method I would use is to set a timer (for 10ms or something like that), and update the value whenever the timer message handler gets called.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:29
keegan7-Aug-03 5:29 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 5:33
Ryan Binns7-Aug-03 5:33 
GeneralRe: SetDlgItemText problems Pin
keegan7-Aug-03 5:48
keegan7-Aug-03 5:48 
GeneralRe: SetDlgItemText problems Pin
JWood7-Aug-03 6:28
JWood7-Aug-03 6:28 
GeneralRe: SetDlgItemText problems Pin
Ryan Binns7-Aug-03 13:18
Ryan Binns7-Aug-03 13:18 
GeneralRe: SetDlgItemText problems Pin
vcplusplus7-Aug-03 4:45
vcplusplus7-Aug-03 4:45 
GeneralChanging http_user_agent in webbrowser control Pin
hkulten7-Aug-03 4:21
hkulten7-Aug-03 4:21 
QuestionHow to hide process in Windows NT/XP Pin
breakpoint7-Aug-03 3:51
breakpoint7-Aug-03 3:51 
AnswerRe: How to hide process in Windows NT/XP Pin
John M. Drescher7-Aug-03 4:20
John M. Drescher7-Aug-03 4:20 
AnswerRe: How to hide process in Windows NT/XP Pin
Ryan Binns7-Aug-03 4:23
Ryan Binns7-Aug-03 4:23 
GeneralRe: How to hide process in Windows NT/XP Pin
John M. Drescher7-Aug-03 4:36
John M. Drescher7-Aug-03 4:36 
AnswerRe: How to hide process in Windows NT/XP Pin
Vitali Halershtein7-Aug-03 4:36
Vitali Halershtein7-Aug-03 4:36 
GeneralRe: How to hide process in Windows NT/XP Pin
breakpoint7-Aug-03 18:58
breakpoint7-Aug-03 18:58 
GeneralRe: How to hide process in Windows NT/XP Pin
John M. Drescher7-Aug-03 22:40
John M. Drescher7-Aug-03 22:40 
QuestionHow to get the file name while doing saving process internally in vc++ Pin
tha_siva7-Aug-03 3:35
tha_siva7-Aug-03 3:35 
AnswerRe: How to get the file name while doing saving process internally in vc++ Pin
David Crow7-Aug-03 3:44
David Crow7-Aug-03 3:44 
GeneralHelp Pin
Max Santos7-Aug-03 3:26
Max Santos7-Aug-03 3:26 

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.