Hello,
Have you ever tried to to create a dockable panel in CVI 7.1 ?
If you have a solution i am very interested how you did it.
Well, I have almost

done it.
At the moment i am able to dock my window (panel) on every side I want.
but the redraw of the parent panel failed.
The docking window (is no CVI-Panel -> the CVI panel is the child) sends a WM_SIZE to the parent.
To receive the Message i am using InstallWinMsgCallback.
Is there an other way to receive Windows-Messages ?
Greetings
Juergen