Hi i am creating several small child window dialogs in a parent window at run time , now i have problems accessing the child window dialog controls ie edit box etc of a child window in parent dialog class now i want to use the text entered by user in child window edit box. plz help Thanks
You have 2 options. 1. Use GetDlgItem and GetDlgItemText functions. 2. If you have the dialog classes for such dialogs have the get member method to do your job.