Click here to Skip to main content
15,928,983 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Second Dialog referring to First Dialog Class Member Pin
Ravi Bhavnani8-Aug-02 16:31
professionalRavi Bhavnani8-Aug-02 16:31 
GeneralRe: Second Dialog referring to First Dialog Class Member Pin
Xtorpia9-Aug-02 0:42
Xtorpia9-Aug-02 0:42 
QuestionAdd-in : where to get file names in a project object ?? Pin
haust8-Aug-02 4:36
haust8-Aug-02 4:36 
AnswerRe: Add-in : where to get file names in a project object ?? Pin
haust8-Aug-02 22:26
haust8-Aug-02 22:26 
QuestionCodeguru... Stupid Monkey Bussiness ? Pin
Braulio Dez8-Aug-02 4:15
Braulio Dez8-Aug-02 4:15 
AnswerSorry, this was for the lounge, bad sh*t in my head :-( Pin
Braulio Dez8-Aug-02 4:50
Braulio Dez8-Aug-02 4:50 
QuestionHow do I access parent members from child? Pin
brianwelsch8-Aug-02 3:46
brianwelsch8-Aug-02 3:46 
AnswerRe: How do I access parent members from child? Pin
Ranjan Banerji8-Aug-02 4:22
Ranjan Banerji8-Aug-02 4:22 
You can SendMessage to the parent and then have it do what you want it to. That would not be the same as the child window accessing the parent's functionailty.

Alternatively, you could pass the childwindow a pointer to the parent when you create the child.

Though you must be careful in how you design this. If not done well you can end up with spaghetti code.
GeneralVBScript compilation error Pin
Anonymous8-Aug-02 3:26
Anonymous8-Aug-02 3:26 
GeneralRe: VBScript compilation error Pin
Anonymous8-Aug-02 8:21
Anonymous8-Aug-02 8:21 
GeneralRe: VBScript compilation error Pin
Anonymous8-Aug-02 16:24
Anonymous8-Aug-02 16:24 
GeneralCreateProcess and Redirecting output Pin
Dave_8-Aug-02 2:45
Dave_8-Aug-02 2:45 
GeneralRe: CreateProcess and Redirecting output Pin
Ravi Bhavnani8-Aug-02 2:58
professionalRavi Bhavnani8-Aug-02 2:58 
GeneralRe: CreateProcess and Redirecting output Pin
Dave_8-Aug-02 4:33
Dave_8-Aug-02 4:33 
GeneralSetting height in CComboBox dropdown list Pin
Poul Haahr Klemmensen8-Aug-02 2:29
Poul Haahr Klemmensen8-Aug-02 2:29 
GeneralRe: Setting height in CComboBox dropdown list Pin
Alberto Giannetto8-Aug-02 2:41
Alberto Giannetto8-Aug-02 2:41 
GeneralRe: Setting height in CComboBox dropdown list Pin
Poul Haahr Klemmensen8-Aug-02 2:45
Poul Haahr Klemmensen8-Aug-02 2:45 
GeneralMultiline Tray Tooltip Pin
Alberto Giannetto8-Aug-02 1:37
Alberto Giannetto8-Aug-02 1:37 
GeneralRe: Multiline Tray Tooltip Pin
Ravi Bhavnani8-Aug-02 3:02
professionalRavi Bhavnani8-Aug-02 3:02 
GeneralRe: Multiline Tray Tooltip Pin
Alberto Giannetto8-Aug-02 3:52
Alberto Giannetto8-Aug-02 3:52 
GeneralAppendChunk bombs Pin
nss8-Aug-02 1:24
nss8-Aug-02 1:24 
GeneralRe: AppendChunk bombs Pin
Ravi Bhavnani8-Aug-02 3:00
professionalRavi Bhavnani8-Aug-02 3:00 
GeneralRe: AppendChunk bombs Pin
nss8-Aug-02 5:08
nss8-Aug-02 5:08 
GeneralRe: AppendChunk bombs Pin
Ravi Bhavnani8-Aug-02 5:43
professionalRavi Bhavnani8-Aug-02 5:43 
GeneralRe: AppendChunk bombs Pin
nss8-Aug-02 7:08
nss8-Aug-02 7:08 

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.