How to display two or three windows simultaneity
-
I develop a software with VC++ 6.0.Now I wanna display several windows in the main view. And every window completes one specific task.For example, you can input some parameters in one window and get results data in another window. If anyone has good solution you can message me or post your solution to my E-MAIL:toschl@yeah.net Thank for your heip sincerely Thank you
-
I develop a software with VC++ 6.0.Now I wanna display several windows in the main view. And every window completes one specific task.For example, you can input some parameters in one window and get results data in another window. If anyone has good solution you can message me or post your solution to my E-MAIL:toschl@yeah.net Thank for your heip sincerely Thank you
may be you can make an MDI application.. do googling about data transfer among dialogs, try to check this: http://www.functionx.com/visualc/dialog/dialog2.htm[^]
-
may be you can make an MDI application.. do googling about data transfer among dialogs, try to check this: http://www.functionx.com/visualc/dialog/dialog2.htm[^]