When you create a resource using the Origin Dialog AppWizard the resource ID strings for the dialog, tabbed dialog, wizard, tab and wizard placeholders, and tabs and wizard pages are automatically defined. Similarly, when you add a control to a resource its resource ID string is automatically defined by Visual C++. Generally, you will not need to (and we recommend that you not) manually define resource ID strings. However, there may be occasions when you have to or want to define new or re-define existing resource ID strings (see Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed for one such case).
To define a new or re-define an existing resource ID string follow the steps below.
#define IDD_STRING VALUE
#define IDC_STRING VALUE
#define IDD_SECONDPAGE 3001
#define IDD_THIRDPAGE 3002