This is my first MFC application away from VC6, and I feel a little bit stupid:
How do I add the OnInitDialog handler? (I know how to add it manually, but that's a pain in the long run).
double-clicking the dialog - nothing. right click the dialog - "add event handler" is disabled. Properties - Messages has "normal" messages, but not WM_INITDIALOG Properties - Events only holds notifications from contained controls right-clicking in class view - "Add.." only has functions and variables
scratches head
[edit] d'oh - it's a virtual function in MFC, but still...