Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: database creation Pin
Anonymous25-Feb-03 5:34
Anonymous25-Feb-03 5:34 
GeneralRe: database creation Pin
Alexinuk25-Feb-03 21:26
Alexinuk25-Feb-03 21:26 
GeneralRe: database creation Pin
Anonymous25-Feb-03 21:33
Anonymous25-Feb-03 21:33 
Generalhelp! visual C++ 6.0 Pin
abritto25-Feb-03 3:17
abritto25-Feb-03 3:17 
GeneralRe: help! visual C++ 6.0 Pin
benjymous25-Feb-03 3:28
benjymous25-Feb-03 3:28 
GeneralDebug Version of MAPI Pin
Anonymous25-Feb-03 3:11
Anonymous25-Feb-03 3:11 
GeneralCan´t access close button in a modeless cdialog Pin
Stefan_L_0125-Feb-03 2:56
Stefan_L_0125-Feb-03 2:56 
GeneralRe: Can´t access close button in a modeless cdialog Pin
Joan M25-Feb-03 3:16
professionalJoan M25-Feb-03 3:16 
The problem with the button is that you are getting all the CPU occupied with your loop (take a look at the task administrator) and then you can press the button but it won't be able to be processed until the exit of your loop.

If you want to solve it think about creating a thread in order to be able to update the progress ctrls while you'll be able to cancel the process.

Remember that if you want to handle multiple threads you must control the secondary effects.

-----------------------------------------------------------

It's strange that the static text is not displayed... I can only think about you have any other control over it and that only when you repaint it it can be shown...

GeneralRe: Can´t access close button in a modeless cdialog Pin
Stefan_L_0126-Feb-03 1:58
Stefan_L_0126-Feb-03 1:58 
GeneralRe: Can´t access close button in a modeless cdialog Pin
Joan M26-Feb-03 7:37
professionalJoan M26-Feb-03 7:37 
GeneralRe: Can´t access close button in a modeless cdialog Pin
Joan M26-Feb-03 7:45
professionalJoan M26-Feb-03 7:45 
QuestionCopywright? Pin
Vladimir Georgiev25-Feb-03 2:27
Vladimir Georgiev25-Feb-03 2:27 
AnswerRe: Copywright? Pin
jhwurmbach25-Feb-03 2:32
jhwurmbach25-Feb-03 2:32 
AnswerRe: Copywright? Pin
Willem B25-Feb-03 2:35
Willem B25-Feb-03 2:35 
AnswerRe: Copywright? Pin
AlexO25-Feb-03 2:41
AlexO25-Feb-03 2:41 
AnswerRe: Copywright? Pin
Jon Hulatt25-Feb-03 3:00
Jon Hulatt25-Feb-03 3:00 
GeneralRe: Copywright? Pin
Willem B25-Feb-03 3:29
Willem B25-Feb-03 3:29 
GeneralRe: Copywright? Pin
Jon Hulatt25-Feb-03 3:34
Jon Hulatt25-Feb-03 3:34 
GeneralRe: Copywright? Pin
Willem B25-Feb-03 3:46
Willem B25-Feb-03 3:46 
GeneralRe: Copywright? Pin
AlexO25-Feb-03 3:37
AlexO25-Feb-03 3:37 
AnswerRe: Copywright? Pin
benjymous25-Feb-03 3:01
benjymous25-Feb-03 3:01 
GeneralRe: Copywright? Pin
jhwurmbach25-Feb-03 3:28
jhwurmbach25-Feb-03 3:28 
GeneralRe: Copywright? Pin
Jon Hulatt25-Feb-03 3:37
Jon Hulatt25-Feb-03 3:37 
GeneralRe: Copywright? Pin
jhwurmbach25-Feb-03 3:47
jhwurmbach25-Feb-03 3:47 
GeneralRe: Copywright? Pin
Vladimir Georgiev25-Feb-03 3:55
Vladimir Georgiev25-Feb-03 3:55 

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.