Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan You guide me to someVC++to eVC++ porting techniques or tutorials Pin
mad_john30-Apr-06 21:04
mad_john30-Apr-06 21:04 
AnswerRe: Can You guide me to someVC++to eVC++ porting techniques or tutorials Pin
Cedric Moonen30-Apr-06 22:49
Cedric Moonen30-Apr-06 22:49 
GeneralRe: Can You guide me to someVC++to eVC++ porting techniques or tutorials Pin
mad_john1-May-06 20:46
mad_john1-May-06 20:46 
GeneralRe: Can You guide me to someVC++to eVC++ porting techniques or tutorials Pin
Cedric Moonen1-May-06 20:53
Cedric Moonen1-May-06 20:53 
QuestionTo close the child dialog Pin
see me30-Apr-06 20:12
see me30-Apr-06 20:12 
AnswerRe: To close the child dialog Pin
Nishad S30-Apr-06 20:23
Nishad S30-Apr-06 20:23 
AnswerRe: To close the child dialog Pin
YaronNir30-Apr-06 20:43
YaronNir30-Apr-06 20:43 
GeneralRe: To close the child dialog Pin
see me30-Apr-06 22:57
see me30-Apr-06 22:57 
hi YaronNir,

i just did the following on ur suggestion.

CWnd* pWnd = GetWindow( GW_CHILD );
Attach( pWnd->m_hWnd );
PostMessage( WM_CLOSE );

this is working.

if there is any other better way to do it pls tel me.



thanking for ur answer,
ajeesh
GeneralRe: To close the child dialog Pin
YaronNir30-Apr-06 22:59
YaronNir30-Apr-06 22:59 
GeneralRe: To close the child dialog Pin
see me30-Apr-06 23:19
see me30-Apr-06 23:19 
GeneralRe: To close the child dialog Pin
Nishad S30-Apr-06 23:54
Nishad S30-Apr-06 23:54 
AnswerRe: To close the child dialog Pin
Ganesh_T30-Apr-06 22:14
Ganesh_T30-Apr-06 22:14 
GeneralRe: To close the child dialog Pin
see me30-Apr-06 23:18
see me30-Apr-06 23:18 
GeneralRe: To close the child dialog Pin
Ganesh_T30-Apr-06 23:55
Ganesh_T30-Apr-06 23:55 
Questionmemory based Pin
aaaan30-Apr-06 18:24
aaaan30-Apr-06 18:24 
AnswerRe: memory based Pin
YaronNir30-Apr-06 20:46
YaronNir30-Apr-06 20:46 
GeneralRe: memory based Pin
aaaan30-Apr-06 21:22
aaaan30-Apr-06 21:22 
GeneralRe: memory based Pin
YaronNir30-Apr-06 21:23
YaronNir30-Apr-06 21:23 
GeneralRe: memory based Pin
aaaan1-May-06 0:14
aaaan1-May-06 0:14 
QuestionMFC Method Pin
N.Byarley30-Apr-06 18:08
N.Byarley30-Apr-06 18:08 
AnswerRe: MFC Method Pin
Maxwell Chen30-Apr-06 18:31
Maxwell Chen30-Apr-06 18:31 
AnswerRe: MFC Method Pin
YaronNir30-Apr-06 20:48
YaronNir30-Apr-06 20:48 
AnswerRe: MFC Method Pin
N.Byarley1-May-06 1:53
N.Byarley1-May-06 1:53 
Questionfunction pointer ,,,easy but not simple Pin
vtalau30-Apr-06 17:04
vtalau30-Apr-06 17:04 
AnswerRe: function pointer ,,,easy but not simple Pin
Stephen Hewitt30-Apr-06 17:06
Stephen Hewitt30-Apr-06 17:06 

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.