I pretty much make all my programs MDI even if I only use one window. You
could display your other windows in non-modal dialogs that pop-up when
needed, but there is not much overhead in using MDI and it makes sense, to
me, because you never know where you'll want to go with the program in the
future. It's a drag to switch SDI apps to MDI after the fact.
My two Twinkies...
Tom
Quote:
> Hiyas,
> I was wanting to make a program that is going to have
> several windows. Do I need to learn MDI or can you use
> SDI only showing one at a time? or can you show more
> than one at a time with SDI? I don't really have any
> "documents" The program is going to be a game 10 years
> from now after i learn everything. I just want one window
> for the main play screen, one window for character
> generation and a screen for inventory perhaps. Which do I
> use SDI or MDI? If I use SDI how do I go about switching
> from window to window?
> Thanx,
> Christopher