Putting Buttons in the view?
-
Is it posible to put buttons or other controls in the view in a View-Document app? and how can I do it? tks in advance.. Daniel Cespedes Daza "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org
-
Is it posible to put buttons or other controls in the view in a View-Document app? and how can I do it? tks in advance.. Daniel Cespedes Daza "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org
-
Is it posible to put buttons or other controls in the view in a View-Document app? and how can I do it? tks in advance.. Daniel Cespedes Daza "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org
When you use AppWizard to create your application, you could try setting the view base class to CFormView (on the last but one page of the wizard IIRC). This allows you to define your view using a dialog template. If you have a CView derived view, then you'll have to create them dynamically.