LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I move a command button dynamically from one location to another?

Solved!
Go to solution
 
0 Kudos
Message 1 of 4
(3,414 Views)
Solution
Accepted by topic author Robert_Mensah

SetCtrlAttribute (panelHandle, control, ATTR_LEFT, newLeftPosition);

SetCtrlAttribute (panelhandle, control, ATTR_TOP, newTopPosition);



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 4
(3,412 Views)

Thank you very much. It works beautifully.

 

Robert Mensah

0 Kudos
Message 3 of 4
(3,392 Views)
You're welcome!


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 4
(3,389 Views)