Search Tools Links Login

Console Application Class module


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

Console Ap3036310222001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 2,541 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.