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

C / C++ / MFC

 
AnswerRe: Communicating with top level form from child forms Pin
Hamid_RT17-Jul-06 19:29
Hamid_RT17-Jul-06 19:29 
GeneralRe: Communicating with top level form from child forms Pin
mrhonus18-Jul-06 5:58
mrhonus18-Jul-06 5:58 
QuestionDialog Based ActiveX Control Pin
MissingLinkError17-Jul-06 7:41
MissingLinkError17-Jul-06 7:41 
AnswerRe: Dialog Based ActiveX Control Pin
nguyenvhn17-Jul-06 15:49
nguyenvhn17-Jul-06 15:49 
QuestionDoing print abort with a toolbar button Pin
CodeBrain17-Jul-06 6:40
CodeBrain17-Jul-06 6:40 
AnswerRe: Doing print abort with a toolbar button Pin
led mike17-Jul-06 7:08
led mike17-Jul-06 7:08 
GeneralRe: Doing print abort with a toolbar button Pin
CodeBrain17-Jul-06 8:42
CodeBrain17-Jul-06 8:42 
Questionfstream - reading from a text file Pin
jon-8017-Jul-06 6:28
professionaljon-8017-Jul-06 6:28 
AnswerRe: fstream - reading from a text file Pin
Cedric Moonen17-Jul-06 6:35
Cedric Moonen17-Jul-06 6:35 
AnswerRe: fstream - reading from a text file Pin
toxcct17-Jul-06 6:36
toxcct17-Jul-06 6:36 
QuestionHow to get data in a grid control of a property page to another property page Pin
vc++_fragrance17-Jul-06 6:25
vc++_fragrance17-Jul-06 6:25 
QuestionAlways Show Button on Foreground Pin
Vaibhavsh8317-Jul-06 6:24
Vaibhavsh8317-Jul-06 6:24 
AnswerRe: Always Show Button on Foreground Pin
PJ Arends17-Jul-06 19:42
professionalPJ Arends17-Jul-06 19:42 
Questionhow to pass value to MFC exe Pin
maharaja pandian17-Jul-06 6:00
maharaja pandian17-Jul-06 6:00 
AnswerRe: how to pass value to MFC exe Pin
Cedric Moonen17-Jul-06 6:37
Cedric Moonen17-Jul-06 6:37 
GeneralRe: how to pass value to MFC exe Pin
maharaja pandian17-Jul-06 19:26
maharaja pandian17-Jul-06 19:26 
AnswerRe: how to pass value to MFC exe Pin
David Crow17-Jul-06 6:47
David Crow17-Jul-06 6:47 
GeneralRe: how to pass value to MFC exe Pin
maharaja pandian17-Jul-06 19:28
maharaja pandian17-Jul-06 19:28 
QuestionRe: how to pass value to MFC exe Pin
David Crow18-Jul-06 2:36
David Crow18-Jul-06 2:36 
AnswerRe: how to pass value to MFC exe Pin
William.Wang17-Jul-06 16:20
William.Wang17-Jul-06 16:20 
GeneralRe: how to pass value to MFC exe Pin
maharaja pandian17-Jul-06 19:29
maharaja pandian17-Jul-06 19:29 
Questionhow to pass value to MFC exe from a dll Pin
maharaja pandian17-Jul-06 5:59
maharaja pandian17-Jul-06 5:59 
AnswerRe: how to pass value to MFC exe from a dll Pin
led mike17-Jul-06 7:12
led mike17-Jul-06 7:12 
Not enough information. The EXE owns the UI thread so unless the DLL starts a worker thread it can't "pass" anything to the EXE. If you just want information "back from" the DLL code then define a structure that the DLL will fill the values of and pass a reference to it into the DLL in a function from the EXE code. When the function returns the structures values are filled in. If this is not your situation then you need to explain it more specifically.

QuestionAnimateWindow with controls on window Pin
hell_admin17-Jul-06 5:11
hell_admin17-Jul-06 5:11 
GeneralC++ style casting Pin
Rob Caldecott17-Jul-06 5:11
Rob Caldecott17-Jul-06 5:11 

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.