Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » What does 'Save' button do in CMyMdiWindowsListDlg do? Collapse All
Subject Author Date
Daljit Singh Aug 14, 2006 - 6:13 PM

Is there a way to remove or hide it.

Technical Support Aug 15, 2006 - 7:01 AM

The Save button is reserved for the case when you decide to handle its click event and save all the open documents. You can override the CExtMdiWindowsListDlg::OnUpdateButtons() virtual method and invoke m_btnSave.ShowWindow(SW_HIDE).