Re: moving from SDI to MDI
- From: Ian Semmel <isemmelNOJUNK@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 22 Aug 2006 06:31:35 +1000
If I'm running an app, how do I know if it's MDI or SDI ?
I use MDI if I think the app needs it, otherwise SDI. I never write dialog apps, always SDI with FormView.
Joseph M. Newcomer wrote:
Why not just start with MDI? As I said, I've had a few clients who absolutely insisted on.
SDI. They refused to listen to any arguments in favor of MDI. So I would build an SDI
app, they'd show it to their customers, and the customers would come back with "but why
isn't in MDI?" Even when I teach the MFC course, I tell my students that SDI is for toy
projects in courses, not for real work.
joe
On Sat, 19 Aug 2006 18:42:33 -0700, "Ed Weir \(ComCast\)" <Anon@xxxxxxxx> wrote:
"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote in message news:eVMrPc$wGHA.4160@xxxxxxxxxxxxxxxxxxxxxxx
| It can be done without too much of a problem. But why would you want to do
| it? If you have some doubts, go with MDI. Just have one document. I have
| always considered SDI to be essentially useless or simply for prototyping an
| app.
EXACTLY. I use SDI for initial coding, demos and proof-O-concept; then upgrade to MDI for the long haul. SDI's make great sandboxes for app design because of the relative simplicity during initial development, but real apps are MDI's in my opinion.
Cheers...!
- Ed.
--------------------------------------------------------------------------------------------
| --
| Ajay Kalra [MVP - VC++]
| ajaykalra@xxxxxxxxx
|
|
| "--== Alain ==--" <nospam@xxxxxxxxxxx> wrote in message
| news:u1pPex1wGHA.4180@xxxxxxxxxxxxxxxxxxxxxxx
| > Hi,
| >
| > I still do no know if my application should be a SDI or MDI application.
| > I would like to know if it's possible to transform a SDI application to
| > MDI application with few changes ?
| > will it be easy ? what should i take care about ?
| >
| > Or if it's not possible ?
| >
| > thanks a lot,
| >
| > Alain
|
|
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
- Follow-Ups:
- Re: moving from SDI to MDI
- From: Joseph M . Newcomer
- Re: moving from SDI to MDI
- References:
- moving from SDI to MDI
- From: --== Alain ==--
- Re: moving from SDI to MDI
- From: Ajay Kalra
- Re: moving from SDI to MDI
- From: Ed Weir \(ComCast\)
- Re: moving from SDI to MDI
- From: Joseph M . Newcomer
- moving from SDI to MDI
- Prev by Date: Re: Difficulties in deriving a truly universal GUI Scripting Language
- Next by Date: Re: Loading 24-bit bitmap from a file
- Previous by thread: Re: moving from SDI to MDI
- Next by thread: Re: moving from SDI to MDI
- Index(es):
Relevant Pages
|