Problem with windows in my program.
What I do is I open an instance of Excel using an Excel object, get the window handle, and set the window handle's parent to the frame (so that it now appears in the little frame).
The problem occurs now when I try to Open... or Save As... in Excel. When I click on either of those, Excel begins to go in and out of focus (blinking), as if I haven't focused on an overlaying dialog somewhere, BUT the Open... or Save As... dialogs do not appear on my screen. It's as if the dialog opened somewhere in the frame out of sight.
Also, I have little buttons that can "release" the Excel instance from the frame (i.e. set the parent of the window handle to 0) and Excel will pop right out of there. The problem is that even in this state, with no parent, it will not pop up with either of those dialogs.
Has anybody else experienced this problem? Does anybody know how to fix it? It may not be solely the Open... or Save As... dialog boxes either.
The main program, the one that captures both Excel and the other program in there, has an Open and Save dialog of its own, if that matters. But it shouldn't because the other program can function just fine.
I'd appreciate any help. Thanks =D.
~Landale

