Hi there,

my problem is, that some dialogs/forms are still displayed, even if they are already unloaded. To me it seems that there is a refresh/update problem that causes unloaded forms to still be displayed.By the way, I develope an Outlook 2007 add-in. I give you an example what happens:

I start my addin and a dialog appears where I can choose some settings. After I click OK_Button on the dialog an algorithm starts doing something. While the algorithm runs there is a progress bar displayed. And (what's the problem) in the back you can still see ruins of my first dialog.

What can I do to have dialogs correctly undisplayed before the next one starts?