P
Piotr Ryszkiewicz
Guest
OK Laura, I got your point. You are right, solution with RETURN ERROR (or maybe better with throwing error ?) is also nice. I was originally afraid about cleaning up afterwards, if constructor did not run completely. But I already understand that it's anyway done in destructor which is called when I delete the object. Anyway, I have two working solutions for my first issue, and none on others. Any suggestions there ? Regarding ShowModalDialog() - this was automatically generated by PDS, I just used it.
Continue reading...
Continue reading...