LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Dockable Window (Panel) in CVI using VC++

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 Smiley Mad done it.
To do this i am using some helpfull code from http://codeproject.com/docking/dockwnd.asp
 
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
 
 
 
 
 
0 Kudos
Message 1 of 1
(3,228 Views)