static UINT indicators []=
{
ID_INDICATOR_ICON,//the status icon
ID_SEPARATOR,//the status line indicator
ID_INDICATOR_PROGRESS,//the progress bar
ID_INDICATOR_NUM,
//ID_INDICATOR_TIME,
};
Others programs, ID_SEPARATOR, ID_INDICATOR_NUM, the two system's own estimate, I'll find didn't find the resource ID, only String definition is in the Table; But ID_INDICATOR_ICON ID_INDICATOR_PROGRESS, both directly copied to my program has wavy lines, have to know, also less than any statement
CodePudding user response:
VS the IDE in don't understand the symbol on the right mouse button, choose to define,CodePudding user response: