Click to See Complete Forum and Search --> : Save button


Olivier Michiels
June 27th, 1999, 10:53 AM
Hi,
I have a MDI with 3 documents and views.
For one of these views I want to disable to Save button in the toolbar.
How do I do that.
Thanks in response

Paul Burns
June 27th, 1999, 08:04 PM
just add a ON_UPDATE_COMMAND_UI handler for the menu command ID_FILE_SAVE in your view class and call pCmdUI->Enable(FALSE).