joelwenzel
Programmer
- Jun 28, 2002
- 448
Hello,
I've created a program that does a simple graph on an SDI document window. Now I want to add some more features which means redesigning my project.
I want it to be in a mian dialog so that I can have tabs, check boxes, etc.
So should I set it up as an SDI document or dialog based? I kind of think it should be SDI because I will want to save stuff and I want to have a menu bar (I can't figure out how to get a menu bar in Dialog based programs but I'm sure it must be possible).
Also, what is the difference between a MCF project and a Win32 Project?
I've created a program that does a simple graph on an SDI document window. Now I want to add some more features which means redesigning my project.
I want it to be in a mian dialog so that I can have tabs, check boxes, etc.
So should I set it up as an SDI document or dialog based? I kind of think it should be SDI because I will want to save stuff and I want to have a menu bar (I can't figure out how to get a menu bar in Dialog based programs but I'm sure it must be possible).
Also, what is the difference between a MCF project and a Win32 Project?