MFC dialog-based application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kenneth6
    New Member
    • Mar 2007
    • 79

    #1

    MFC dialog-based application

    I want to learn MFC dialog-based application. I found some reference books that describe the Single/Multi-View Applications only. I also tried to find some websites that describes dialog-based application too briefly.

    Please! Anyone knows which site has complete reference/tutorial about dialog-based application of MFC programming??
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    I suggest you just fire up MSVC and create one.

    It will create the dialogue box for you, all you have to do is put the controls you want on it and create handlers/variables for those controls through the Class Wizard.

    Comment

    Working...