I'm using Microsoft Visual Studio 6, MFC with C++, and having a really weird problem. I am creating a dialog using Create for a modeless dialog, and sometimes the dialog just doesn't show. I can try twice in a row to do the same action, and the first time it may fail to show and the second time it will show fine. It's not a matter of whether or not the dialog is created... it's always created (I can tell b/c it spawns another thread and I can tell it's running). The visible property is checked, so it's not like it's not always calling ShowWindow(SW_SHOW) in MY code... it should be doing it all the time b/c of that property. Perhaps I could insert a ShowWindow statement manually, but I'd like to know if this is a known bug for I create a workaround, or if this is possibly the symptom of some larger problem.
Any thoughts/ideas? Thanks in advance.
Any thoughts/ideas? Thanks in advance.
