09-24-2021 03:34 AM
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.
Solved! Go to Solution.
09-24-2021 03:51 AM
You can try with SetPanelAttribute (panelHandle, ATTR_SYSTEM_MENU_VISIBLE, 0);