README.md
December 5, 2022 ยท View on GitHub
Description
This class module encompases te abilty to create and manage a console application.
Send output and recieve output from the user, even change the output color and backcolor.
Just pop thin in to your project and use like this:
public sub Test()
dim c as new cConsoleApp
call c.Create("My Console app:)
c.WriteLine "Hello. what's you name?"
c.GetUserInput
c.Writeline "Hello " & c.LastUserInput
c.GetUserINput
c.Destroy
end sub
More Info
| Submitted On | 2001-10-21 16:46:38 |
| By | N/A |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 6.0 |
| Category | Files/ File Controls/ Input/ Output |
| World | Visual Basic |
| Archive File | Console Ap3036310222001.zip |