07-14-2010 06:10 PM
How is it possible to move the panel with holding down the mouse key on an object? (i.e.. I want to make my own custom titlebar on top of the program and have the panel-moving option while the mouse left key is held down)
07-15-2010 12:45 AM
The very same question has been asked already here: http://forums.ni.com/t5/LabWindows-CVI/move-panel/m-p/1180427#M48018
What do you mean by object, a control? Then you can install a control callback and react on it using SetPanelPos ().