LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way how to dimm or make the (x) windows button of a panel invisible?

Solved!
Go to solution

Hi everyone,

I would like to know if there is a function, which I can use to dimm or make the (x) Windows button of the panel invisible, since I already added a button in the panel that closes the program.

Thanks a lot in advance.

0 Kudos
Message 1 of 2
(827 Views)
Solution
Accepted by topic author Ramles97

You can try with  SetPanelAttribute (panelHandle, ATTR_SYSTEM_MENU_VISIBLE, 0);



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?
Message 2 of 2
(823 Views)