LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically define the size picture control

Hello
 
I am dynamically creating the picture control using NewCtrl command which takes only controlTop and controlLeft but i also need to define the height and width also. Please let me know how can i do this.
 
Thanks and Regards
Rakesh
0 Kudos
Message 1 of 2
(2,722 Views)
SetCtrlAttribute() with ATTR_HEIGHT and ATTR_WIDTH should be what you want.
Regards,

0 Kudos
Message 2 of 2
(2,718 Views)