Click here to Skip to main content
15,894,460 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++5.0 and displaying Chinese characters Pin
mshuster26-Jul-05 3:07
mshuster26-Jul-05 3:07 
GeneralDebug assertion failed Pin
Bruce Pataki25-Jul-05 6:09
Bruce Pataki25-Jul-05 6:09 
GeneralRe: Debug assertion failed Pin
David Crow25-Jul-05 6:32
David Crow25-Jul-05 6:32 
GeneralRe: Debug assertion failed Pin
Bruce Pataki25-Jul-05 7:11
Bruce Pataki25-Jul-05 7:11 
GeneralRe: Debug assertion failed Pin
David Crow25-Jul-05 7:36
David Crow25-Jul-05 7:36 
GeneralRe: Debug assertion failed Pin
Trollslayer25-Jul-05 7:07
mentorTrollslayer25-Jul-05 7:07 
Generali dont know Pin
Halawlaws25-Jul-05 6:01
Halawlaws25-Jul-05 6:01 
GeneralRe: i dont know Pin
David Crow25-Jul-05 6:30
David Crow25-Jul-05 6:30 
Since the progress control is owned by your "main dialog class," good design dictates that only that dialog should interact with the progress control. If some other class needs to interact with the control, it should send/post a message to the owning dialog class, or the owning dialog class should have a public method, that others can call, for setting the control's position.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: i dont know Pin
Halawlaws25-Jul-05 6:32
Halawlaws25-Jul-05 6:32 
GeneralGetInputDesktop Pin
sarah carlson25-Jul-05 5:42
sarah carlson25-Jul-05 5:42 
GeneralRe: GetInputDesktop Pin
David Crow25-Jul-05 7:45
David Crow25-Jul-05 7:45 
GeneralRe: GetInputDesktop Pin
sarah carlson25-Jul-05 7:54
sarah carlson25-Jul-05 7:54 
GeneralRe: GetInputDesktop Pin
David Crow25-Jul-05 7:58
David Crow25-Jul-05 7:58 
GeneralRe: GetInputDesktop Pin
Jose Lamas Rios25-Jul-05 16:15
Jose Lamas Rios25-Jul-05 16:15 
GeneralWindow focus Pin
Halawlaws25-Jul-05 5:22
Halawlaws25-Jul-05 5:22 
GeneralRe: Window focus Pin
David Crow25-Jul-05 5:31
David Crow25-Jul-05 5:31 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:33
Halawlaws25-Jul-05 5:33 
GeneralRe: Window focus Pin
toxcct25-Jul-05 5:41
toxcct25-Jul-05 5:41 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:49
Halawlaws25-Jul-05 5:49 
GeneralRe: Window focus Pin
toxcct25-Jul-05 5:50
toxcct25-Jul-05 5:50 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:51
Halawlaws25-Jul-05 5:51 
GeneralRe: Window focus Pin
toxcct25-Jul-05 5:54
toxcct25-Jul-05 5:54 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:56
Halawlaws25-Jul-05 5:56 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 6:06
Halawlaws25-Jul-05 6:06 
GeneralRe: Window focus Pin
David Crow25-Jul-05 6:27
David Crow25-Jul-05 6:27 

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.