B
Boni
Hi All,
I have a form, where user can fill some fields and then press "OK". On the
OK-button I have
this->close();
if (this->field1.text==a) ...
It seems to work. But as far as I understand MSDN the form goes with "close"
not only unvisible but also can be destructed. I am right? What is the
proper way to handle such UI?
Thanks,
Boni
I have a form, where user can fill some fields and then press "OK". On the
OK-button I have
this->close();
if (this->field1.text==a) ...
It seems to work. But as far as I understand MSDN the form goes with "close"
not only unvisible but also can be destructed. I am right? What is the
proper way to handle such UI?
Thanks,
Boni