This is a general question. I am about to start a larger project which will result in lots of dialog windows providing operator input, selections and outputs.
Would like the user to have control of what windows are on display - resize keep on top etc.
Also would like, if possible have some of the windows still visible when the application is minimised.
I have used modeless dialogs, but was thinking about MDI and user threads.
Basically what I would like to do is have some of these (modeless dialogs?) visible while swithing to another application, resize the other application and generally manage the window area for the job in hand.
So was planning to use Visual Studio .Net (C++) MFC Dialog application with modeless dialog windows (perhaps with user threads on some of these dialog windows).
Any comments before I go down this route.
Sweep.
Would like the user to have control of what windows are on display - resize keep on top etc.
Also would like, if possible have some of the windows still visible when the application is minimised.
I have used modeless dialogs, but was thinking about MDI and user threads.
Basically what I would like to do is have some of these (modeless dialogs?) visible while swithing to another application, resize the other application and generally manage the window area for the job in hand.
So was planning to use Visual Studio .Net (C++) MFC Dialog application with modeless dialog windows (perhaps with user threads on some of these dialog windows).
Any comments before I go down this route.
Sweep.