![]() |
|
|
|
|
|
|
3
8th November 03:23
External User
Posts: 1
|
You can crerate windows in consoe app. However, why do you need
console app then? If you need sort of GUI in console, then you'll need to do everything yourself: draw elements of GUI, listen to mouse/keyboard input, move things on console, etc. It's likely that there are libraries for Win32 console pseudo-GUI programming (do you remember TurboVision library of Borland?). The comprehensive console reference can be found here: "Character-Mode Applications" http://msdn.microsoft.com/library/en...racter_mode_ap plications.asp |
|