Alright, I am using a Modelless dialog in my dialog project. I have made the instance of the modelless dialog a member variable of the main dialog so as to try to stop memory leaks. However, if I create, show, and exit the modelless dialog, and then try to create and show it again, I get an Assertion error. Is there a way to get around this?