04-03-2006 05:20 PM
04-04-2006 01:33 AM
You have two options:
1) SetPanelAttribute (panelHandle, ATTR_CLOSE_ITEM_VISIBLE, 0);
This dims both the "Close" cross in the upper right corner of the window and the corresponding option in the window system menu (the menu that appears clicking on the icon in the upper left corner)
2) SetPanelAttribute (panelHandle, ATTR_SYSTEM_MENU_VISIBLE, 0);
This completely hides both of them
04-04-2006 11:08 AM