LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move the panel by holding down the mouse key on an object

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)

0 Kudos
Message 1 of 2
(3,279 Views)

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 ().

0 Kudos
Message 2 of 2
(3,267 Views)