Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Display special document Pin
storein5-Jun-03 16:30
storein5-Jun-03 16:30 
AnswerRe: How to Display special document Pin
Roger Allen6-Jun-03 10:39
Roger Allen6-Jun-03 10:39 
GeneralRe: How to Display special document Pin
storein8-Jun-03 14:56
storein8-Jun-03 14:56 
GeneralAbout ActiveX Control Pin
wzw5-Jun-03 15:21
wzw5-Jun-03 15:21 
GeneralAbout Progress Control (MFC) Pin
jcpooh5-Jun-03 15:20
jcpooh5-Jun-03 15:20 
GeneralRe: About Progress Control (MFC) Pin
FlyingDancer5-Jun-03 15:55
FlyingDancer5-Jun-03 15:55 
GeneralRe: About Progress Control (MFC) Pin
jcpooh5-Jun-03 16:00
jcpooh5-Jun-03 16:00 
GeneralRe: About Progress Control (MFC) Pin
FlyingDancer5-Jun-03 16:37
FlyingDancer5-Jun-03 16:37 
If the child dialogue is a modal dialogue, here are two ways to realize that(I think so):
1.Do with the propress control in the parent dialogue. Since the modal dialogue monopolizes your processing time, you maybe create a new thread to handle the progress event, that is to set the position of the child parent' progress control when necessary.
2.Do with the propress control in the child dialogue. This way needs you to get the parent's vars and then get the state of operations by the parent class, finally you can set the position of the progress control in child dialogue.
How do you think about these two ways?
GeneralRe: About Progress Control (MFC) Pin
jcpooh5-Jun-03 16:58
jcpooh5-Jun-03 16:58 
GeneralRe: About Progress Control (MFC) Pin
FlyingDancer5-Jun-03 17:22
FlyingDancer5-Jun-03 17:22 
GeneralRe: About Progress Control (MFC) Pin
jcpooh5-Jun-03 18:26
jcpooh5-Jun-03 18:26 
GeneralSubmenu MF_GREYOUT and MF_ENABLE Pin
adonisv5-Jun-03 11:55
adonisv5-Jun-03 11:55 
GeneralRe: Submenu MF_GREYOUT and MF_ENABLE Pin
Michael Dunn5-Jun-03 15:01
sitebuilderMichael Dunn5-Jun-03 15:01 
GeneralRe: Submenu MF_GREYOUT and MF_ENABLE Pin
Toni785-Jun-03 21:34
Toni785-Jun-03 21:34 
GeneralUpdating Cut, Copy, Paste on toolbar Pin
Steven M Hunt5-Jun-03 10:53
Steven M Hunt5-Jun-03 10:53 
GeneralRe: Updating Cut, Copy, Paste on toolbar Pin
valikac5-Jun-03 12:56
valikac5-Jun-03 12:56 
GeneralC++ code for derivation and integration Pin
zakimurtaza5-Jun-03 9:14
zakimurtaza5-Jun-03 9:14 
GeneralRe: C++ code for derivation and integration Pin
Andrew Walker5-Jun-03 22:22
Andrew Walker5-Jun-03 22:22 
GeneralRemoving focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 9:12
Vikram A Punathambekar5-Jun-03 9:12 
GeneralRe: Removing focus from button in dlg-based app Pin
valikac5-Jun-03 9:28
valikac5-Jun-03 9:28 
GeneralRe: Removing focus from button in dlg-based app Pin
Neville Franks5-Jun-03 10:55
Neville Franks5-Jun-03 10:55 
GeneralRe: Removing focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 19:54
Vikram A Punathambekar5-Jun-03 19:54 
GeneralRe: Removing focus from button in dlg-based app Pin
BhaskarBora5-Jun-03 18:12
BhaskarBora5-Jun-03 18:12 
GeneralRe: Removing focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 20:03
Vikram A Punathambekar5-Jun-03 20:03 
GeneralRe: Removing focus from button in dlg-based app Pin
BhaskarBora9-Jun-03 23:35
BhaskarBora9-Jun-03 23:35 

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.