|
|
Title | Make a console application |
Keywords | console application, stdin, stdout, stderr |
Categories | Windows |
|
|
This example uses these API functions to create and interact with a console window:
AllocConsole | FreeConsole |
GetStdHandle | ReadConsole |
SetConsoleMode | SetConsoleTextAttribute |
SetConsoleTitle | WriteConsole |
This example displays a prompt, reads input from the keyboard, and displays a response. For a description of the program, see the article Writing Console-Mode Applications in Visual Basic by Scott Lloyd.
|
|
 |
|
|