I have a Visual Basic .NET app which incorporates the ComponentWorks version 6 Graph control and the ComponentWorks version 6 3D Graph control. Everything was fine until we upgraded to version 1.1 of the .NET Framework from version 1.0. After the upgrade the behavior of the MDI child windows changed. Normal behavior is that whenever you click on any part of an MDI child window the child window will be activated. After the upgrade, you needed to click on the window title bar in order to activate it.
In tracking down this problem, one of our developers made a simple VB.NET MDI app. His discovery was that the behavior is normal until you open a form that has one of these CW v.6 graphs. After that, the b
ehavior reverts to the abnormal requirement to click the title bar. The app continues in its abnormal state even after you close the form with the graph.
How do we deal with this? Are we forced to upgrade to ComponentWorks version 7?