VS 2008, MFC: add OnInitDialog - how?

后端 未结 3 1329
再見小時候
再見小時候 2020-12-24 14:07

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

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 14:14

    Open Class Wizard, then go to Virtual Functions Tab. Double Click on which functions you want to override

提交回复
热议问题