Hey,
I have following problem: I have an application with several forms. On the main form I put an OleContainer, and in this olecontainer, I run MapPoint. This works fine. But when I want to show a form using ShowModal() (I'm using BCB6 C++), the modal form is shown behind the main form (and as the mainform is disabled because the other form is modal,the entire application is stuck).
I know for sure that it's the MapPoint in the olecontainer that causes the problem.
Does anyone has the same problems? Or better: does anyone know how to solve this?
Thanks in advance!
Gianluca