Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionQuery: Getting number of tables & their names in database using access automation? Pin
Ankush Mehta29-Nov-05 22:46
Ankush Mehta29-Nov-05 22:46 
AnswerRe: Query: Getting number of tables & their names in database using access automation? Pin
Ankush Mehta30-Nov-05 18:19
Ankush Mehta30-Nov-05 18:19 
QuestionCrystal Reports API Problem Pin
Rahim Rattani29-Nov-05 21:59
Rahim Rattani29-Nov-05 21:59 
QuestionApp deployement with VC2005 Express Pin
Cedric Moonen29-Nov-05 21:55
Cedric Moonen29-Nov-05 21:55 
QuestionAccess dialog's MFC controls from function outside dialog class scope Pin
ProbeVision29-Nov-05 21:32
ProbeVision29-Nov-05 21:32 
AnswerRe: Access dialog's MFC controls from function outside dialog class scope Pin
Cedric Moonen29-Nov-05 22:30
Cedric Moonen29-Nov-05 22:30 
GeneralRe: Access dialog's MFC controls from function outside dialog class scope Pin
ProbeVision30-Nov-05 20:33
ProbeVision30-Nov-05 20:33 
QuestionRe: Access dialog's MFC controls from function outside dialog class scope Pin
David Crow30-Nov-05 2:40
David Crow30-Nov-05 2:40 
ProbeVision wrote:
Some of those funcions need to access to the control's (some progress bar and a label) methods of that dialog. Is that possible?


Perhaps, but why would you want to? It sounds like a recipe for disaster. Why not just send the dialog a standard Windows message and let the dialog itself communicate with its controls? If you absolutely had to communicate with the controls, use SendDlgItemMessage().


"Take only what you need and leave the land as you found it." - Native American Proverb


AnswerRe: Access dialog's MFC controls from function outside dialog class scope Pin
ProbeVision30-Nov-05 20:23
ProbeVision30-Nov-05 20:23 
GeneralRe: Access dialog's MFC controls from function outside dialog class scope Pin
David Crow1-Dec-05 2:44
David Crow1-Dec-05 2:44 
GeneralRe: Access dialog's MFC controls from function outside dialog class scope Pin
ProbeVision1-Dec-05 19:52
ProbeVision1-Dec-05 19:52 
QuestionRecursion and Tree in MFC Pin
Aqueel29-Nov-05 20:20
Aqueel29-Nov-05 20:20 
AnswerRe: Recursion and Tree in MFC Pin
David Crow30-Nov-05 2:42
David Crow30-Nov-05 2:42 
QuestionHow to differentiate MFC functions and SDK Pin
snprani29-Nov-05 20:08
snprani29-Nov-05 20:08 
AnswerRe: How to differentiate MFC functions and SDK Pin
Rajesh R Subramanian29-Nov-05 20:31
professionalRajesh R Subramanian29-Nov-05 20:31 
GeneralRe: How to differentiate MFC functions and SDK Pin
ThatsAlok30-Nov-05 2:17
ThatsAlok30-Nov-05 2:17 
QuestionRe: How to differentiate MFC functions and SDK Pin
David Crow30-Nov-05 2:45
David Crow30-Nov-05 2:45 
AnswerRe: How to differentiate MFC functions and SDK Pin
ThatsAlok30-Nov-05 18:34
ThatsAlok30-Nov-05 18:34 
GeneralRe: How to differentiate MFC functions and SDK Pin
David Crow1-Dec-05 3:26
David Crow1-Dec-05 3:26 
AnswerRe: How to differentiate MFC functions and SDK Pin
Eytukan29-Nov-05 23:04
Eytukan29-Nov-05 23:04 
GeneralRe: How to differentiate MFC functions and SDK Pin
toxcct30-Nov-05 2:30
toxcct30-Nov-05 2:30 
JokeRe: How to differentiate MFC functions and SDK Pin
Eytukan30-Nov-05 3:55
Eytukan30-Nov-05 3:55 
AnswerRe: How to differentiate MFC functions and SDK Pin
ThatsAlok30-Nov-05 2:31
ThatsAlok30-Nov-05 2:31 
AnswerRe: How to differentiate MFC functions and SDK Pin
David Crow30-Nov-05 2:48
David Crow30-Nov-05 2:48 
QuestionHow to implement it in XP? Pin
LaHaHa29-Nov-05 19:14
LaHaHa29-Nov-05 19:14 

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.