LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How Do I grey out box in Lab windows CVI 8.5

Hi,

 

I want to grey out and disable a textbox/checkbox when I run a specific test on Labwindows CVI 8.5. Is there a function to do this? Can anyone tell me how? Thanks. 

0 Kudos
Message 1 of 2
(2,938 Views)

SetCtrlAttribute(panel, control, ATTR_DIMMED, 1);  

Setting to 1= grayed out, 0=normal.

 

Good Luck

Message 2 of 2
(2,935 Views)