N
NavBee
Guest
Hi,
I am new to MFC application. i have created dialog based application in which i have added one group box and put one editbox in group box. i set group box as parent to editbox(in OnInitDialog() fun) so that when do visible = FALSE, all controls in group box are also invisible.
I called UpdateData(TRUE) to get the data from this edit box but application is getting crashed when i press F10 on updatedata(true) func.
when comment the code where setting group box as parent to edit box then updatedata(true) works fine.
please guide me over this issue
Thanks in advance
Continue reading...
I am new to MFC application. i have created dialog based application in which i have added one group box and put one editbox in group box. i set group box as parent to editbox(in OnInitDialog() fun) so that when do visible = FALSE, all controls in group box are also invisible.
I called UpdateData(TRUE) to get the data from this edit box but application is getting crashed when i press F10 on updatedata(true) func.
when comment the code where setting group box as parent to edit box then updatedata(true) works fine.
please guide me over this issue
Thanks in advance
Continue reading...