![]() |
| | #1 |
| Registered User Join Date: Aug 2007
Posts: 33
| How to... Could anyone help me on achieving this? |
| Diablo02 is offline | |
| | #2 | |
| Kernel hacker Join Date: Jul 2007 Location: Farncombe, Surrey, England
Posts: 15,686
| Simple answer is that you can't. If you are using console applications, you can only have one window - there is a function to create a console window, AllocConsole(), but the description of it says: Quote:
-- Mats | |
| matsp is offline | |
| | #3 |
| Woof, woof! Join Date: Mar 2007 Location: Australia
Posts: 3,295
| You could spawn a child process with inherited STDOUT, STDERR and STDIN streams (over a pipe). Or, simply communicate over pipes, process to process, rather than having inherited handles. |
| zacs7 is offline | |
| | #4 |
| Registered User Join Date: Aug 2007
Posts: 33
| hmmm... ok, how would i do it with application mode to create multiple windows? |
| Diablo02 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|