Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
afx_msg void OnUpdateRequestSendxml(CCmdUI* pCmdUI);
ON_UPDATE_COMMAND_UI(ID_REQUEST_SENDXML, OnUpdateRequestSendxml)
void Doc::OnUpdateRequestSendxml(CCmdUI* pCmdUI)
{
pCmdUI->Enable();
pCmdUI->SetCheck( _bSendXml);
}