Hi,
I have a presentation that at runtime starts a second application (exe) one that has a actipro ribbonwindow with a docking/mdi area.
In this area is a toolwindow that can be set to floating by the user.
When the user does this, and closes the application, and opens it again (through the other application that is)
Than the toolwindow is still floating, but has no parent. It is floating and is positioned behind my application, if I reposition it in the docking area, and set it to floating again, than it knows the parent and behaves that way
In the loading process of the application next lines are used to load the layout.
Dim v As New ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer
v.LoadFromString(Source, DockingPresentationSite)