dialog help
why i create a dialog name Cset, but debug said it is not IDD?
[62 byte] By [
lwong] at [2007-11-18 20:33:14]

# 1 Re: dialog help
whenever u create a dialog class u create a resource first and then associate it with a class. in the class declaration u define a statement
enum { IDD = IDD_SPLASHDLG };
to associate it with a particular resource id ( or dialog id)
make sure that u have associated a dialog resource with that class