rt

解决方案 »

  1.   

    dialog box
    In Windows, a child window used to retrieve user input. A dialog box usually contains one or more controls, such as buttons, list boxes, combo boxes, and edit boxes, with which the user enters text, chooses options, or directs the action of the command.form An ActiveX control container that you customize to create a user interface for your application. A form contains a collection of controls, such as speech controls, power list boxes, audio controls, and tabber controls. A form displays information on a screen.
      

  2.   

    1、基类不同。一个是CDialog,一个是CView
    2、用处不同。Dialog 感觉用于简单的控制。Form 在 MainFrame中类似Dialog
       但还是View
    3、Dialog 的属性 是 POPup ,Form是child
    4、DDX 数据交换 类似。
      

  3.   

    Dialog相对独立,而Form与view结合