The recommended method for updating a status bar indicator is to set up an array of
status bar indicators associated with string IDs in the application's string table. The
recommended way to update text in a status bar pane is to use an
ON_UPDATE_COMMAND_UI entry in a message map to associate a user-interface update
handler function with an indicator's string ID.
status bar indicators associated with string IDs in the application's string table. The
recommended way to update text in a status bar pane is to use an
ON_UPDATE_COMMAND_UI entry in a message map to associate a user-interface update
handler function with an indicator's string ID.
Comments