Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Identifying DLLs Pin
Daniel Turini12-Nov-02 1:51
Daniel Turini12-Nov-02 1:51 
Generalfatal error C1083 Pin
youssef12-Nov-02 1:25
youssef12-Nov-02 1:25 
GeneralRe: fatal error C1083 Pin
Daniel Turini12-Nov-02 1:32
Daniel Turini12-Nov-02 1:32 
GeneralRe: fatal error C1083 Pin
Maximilien12-Nov-02 2:30
Maximilien12-Nov-02 2:30 
GeneralRe: fatal error C1083 Pin
KarstenK12-Nov-02 3:04
mveKarstenK12-Nov-02 3:04 
GeneralWorkspace idiocy Pin
Anonymous12-Nov-02 0:29
Anonymous12-Nov-02 0:29 
Generalcontrol box and menues Pin
emrosa12-Nov-02 0:26
emrosa12-Nov-02 0:26 
GeneralRe: control box and menues Pin
Maximilien12-Nov-02 2:41
Maximilien12-Nov-02 2:41 
I think you need to read about dialogs, CFormView and related topics.

To create an application with a CFormView
with the wizard, create a SDI ( or MDI ) application and on the last panel, select CFormView as the base class of your view class. the wizard will open the resource editor for the form, where you'll place the different controls.

To create a dialog based application.
with the wizard, on the second panel, choose dialog based ( instead of single or multiple document ). and follow the instructions.

For what you want, I'd suggest going with the first choice, use a CFormView base application.

Max.


GeneralCP code snippets reusing question Pin
pitch bender12-Nov-02 0:19
susspitch bender12-Nov-02 0:19 
GeneralRe: CP code snippets reusing question Pin
benjymous12-Nov-02 1:02
benjymous12-Nov-02 1:02 
GeneralHelp! about PreTranslateMessage in a COM DLL Pin
Simon.W11-Nov-02 23:52
Simon.W11-Nov-02 23:52 
GeneralRe: Help! about PreTranslateMessage in a COM DLL Pin
dabs12-Nov-02 2:20
dabs12-Nov-02 2:20 
GeneralScrollbar looses grip Pin
Daffy d.11-Nov-02 23:48
Daffy d.11-Nov-02 23:48 
GeneralRe: Scrollbar looses grip Pin
Daffy d.11-Nov-02 23:57
Daffy d.11-Nov-02 23:57 
GeneralC#-dialog in a VC-Project Pin
deafpat11-Nov-02 23:47
deafpat11-Nov-02 23:47 
GeneralRandom Numbers Pin
Josus11-Nov-02 23:33
Josus11-Nov-02 23:33 
GeneralRe: Random Numbers Pin
tongc11-Nov-02 23:45
tongc11-Nov-02 23:45 
GeneralRe: Random Numbers Pin
Daffy d.12-Nov-02 0:15
Daffy d.12-Nov-02 0:15 
GeneralRe: Random Numbers Pin
Josus12-Nov-02 0:43
Josus12-Nov-02 0:43 
Questionhow to refresh the contents in a treeview? Pin
jack111-Nov-02 23:27
jack111-Nov-02 23:27 
AnswerRe: how to refresh the contents in a treeview? Pin
Paul Ingles11-Nov-02 23:35
Paul Ingles11-Nov-02 23:35 
Generalcode project search bar! How??/ Pin
tongc11-Nov-02 23:12
tongc11-Nov-02 23:12 
GeneralRe: code project search bar! How??/ Pin
Michael Dunn12-Nov-02 4:52
sitebuilderMichael Dunn12-Nov-02 4:52 
GeneralRe: code project search bar! How??/ Pin
tongc12-Nov-02 22:15
tongc12-Nov-02 22:15 
GeneralPutting a main Menu in a Dialog Box Pin
GurGur11-Nov-02 22:52
GurGur11-Nov-02 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.