I am calling multiple dialog's from my SDI view Class , the problem is that i get an assertion failure when i call my dialog for the second time. I traced the problem to the following code, written on InitDialog.

m_tip.Create(this)

This is a MFC tooltip class taken from code guru! I have tried to destroy the object m_tip , i have tried to destroy the window but nothing seems to work ... Could somebody help me !!