Console Application Class module
Posted: 2002-06-01
By: ArchiveBot
Viewed: 60
Filed Under:
Title | Uploaded | Size |
---|---|---|
Console Ap3036310222001.zip | 9/3/2020 3:45:00 PM | 2,541 |
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
Original Author: unknown
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.