Home > Software engineering >  VS2010 status bar
VS2010 status bar

Time:10-12

 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:

reference 1st floor zhao4zhong1 response:
VS IDE, at don't understand the symbols on the right mouse button and choose to define,
to define directly to the Resource. The h, only there is no other place

CodePudding user response:

Your program also contains the Resource. H

CodePudding user response:

reference zhao4zhong1 reply: 3/f
your program also contains the Resource. H
not yes, Resource. H the macro definition is inside and related resources

CodePudding user response:

You put the corresponding resources also copy and paste to your project?
  • Related