Can someone say me how I could do a No Modal Dialog in MFC's Visual c++ 6.0 for show it? I wrote this,
CDialog dialog; if (dialog.init(initialization values...)) dialog.DoModal();
But it blocks my application for show the dialog. I dont know if exists any method or other way to do.
Thanks