ex:
#define IDD_DIALOG 105
and the class also has an enum to specify it (I think),
ex:
class MyDialog : public CDialog
{
public:
enum { IDD = IDD_DIALOG}
}
I wondered that, if we have to create tons of different Dialogs, or simpler, Buttons, we also have to create tons of different class with tons of different enum??? :confused:
This may be a stupid question, but thanks for any help
Bim Bim


Sign In
Create Account

Back to top










